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
Use to ignore loop nests with total time less than the threshold.
Ignore loops with total time less than 50 milliseconds when modeling your application performance on a target device.
advisor --collect=projection --loop-filter-threshold=50 --project-dir=./advi_results