Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help
Show or hide loops in the stack.
loop-mode=<value> |
loop-only |
Display loops as regular nodes in the tree. Loop name consists of:
|
loop-and-function |
Display both loops and functions as separate nodes. |
function-only |
Display data by function with no loop information (default mode). |
amplxe-cl reports show no loop data.
Use the loop-mode option when performing data collection, finalization or importation, to set loop view for the result or report. You can also use this option with the report action to override the project-level setting for viewing a hierarchy of the loops in your application call tree.
This command displays the data collected during the Advanced Hotspots analysis in the callstack report that is filtered to show loops only:
$ amplxe-cl -R callstacks -loop-mode=loop-only