Intel® Advisor Help
Specify total time, in milliseconds, to filter out loops that fall below this value.
--loop-filter-threshold=<integer> |
<integer> is a total execution time threshold, in milliseconds.
20
collect=projection
Use to ignore loop nests with total time less than the threshold.
Run Survey Analysis.
Run Trip Counts and FLOP analyses of the Characterization stage.
Ignore loops with total time less than 50 milliseconds when modeling your application performance on a target device.
$ advisor --collect=survey -stackwalk-mode=online --static-instruction-mix --project-dir=./advi -- myApplication
$ advisor --collect=tripcounts --flop --enable-data-transfer-analysis --target-device=gen11_icl --project-dir=./advi -- myApplication
$ advisor --collect=projection --loop-filter-threshold=50 --project-dir=./advi