Intel® Advisor Help
Set the maximum number of instances to analyze for all marked loops.
Project Properties > Analysis Target > [Analysis Type] > Advanced > Loop Call Count Limit
--loop-call-count-limit=<integer> |
Argument |
Description |
---|---|
0 |
Analyze all instances of all marked loops. |
<integer> |
Analyze up to n number of instances for all marked loops. |
0 (analyze all instances of all marked loops)
Assumes similar runtime properties, such as the same memory access patterns, over different call instances. If this is not true, using this option may produce skewed results.
A smaller, non-zero value can minimize collection overhead.
Run a Memory Access Patterns analysis. Limit analysis to the first ten invocations of marked loops.
advisor --collect=map --loop-call-count-limit=10 --project-dir=./advi_results -- ./myApplication