Intel® Advisor Help
Enable cache simulation for Performance Modeling.
--cachesim --no-cachesim |
On (cachesim)
collect=projection
Cache simulation data might be unavailable for some loops. Performance Modeling result may be incorrect. Use this option to enable the cache simulation data for the Performance Modeling.
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage with cache simulation for a specific cache configuration.
Model your application performance and explicitly enable cache simulation .
advisor --collect=survey --static-instruction-mix --project-dir=./advi_results -- ./myApplication
advisor --collect=tripcounts --flop --enable-cache-simulation --cache-config=4:8w:32k:64l/4:4w:256k:64l/1:16w:6m:64l --project-dir=./advi_results -- ./myApplication
advisor --collect=projection --cachesim --project-dir=./advi_results