Intel® Advisor Help
Use This |
To Do This |
---|---|
Function Call Sites and Loops column |
View the Top-Down hierarchy of called loops and functions. Use the
|
Total Time % column |
View the loop/function execution time in % of the total target program's execution time, including execution time of the nested items. |
Total Time column column |
View the entire loop/function execution time, including execution time of the called loops/functions. |
Self Time |
View the time the loop/function executed actively. |
Type column |
View type of the loop/function. Might be scalar or vectorized (variations). |
Why No Vectorization? column |
View explanation why the compiler did not vectorize the loop/function automatically. |
Vectorized Loops column |
View characteristics of the vectorized loops. The sub-columns provide the following data:
|
Instruction Set Analysis column |
View characteristics of the instruction set architecture and corresponding instructions applied to the vectorized code. The sub-columns provide the following data:
|
Advanced column |
View advanced data about compilation. The sub-columns provide the following data:
|
Location column |
View loop/function source code location in file and module. The sub-columns provide the following data:
|
Double-click any row |
Open the corresponding function's/row's first row in the source code viewer. |
Right-click any row |
Invoke the context menu with the following options:
|