A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-50246A4B-2DCE-47AD-B0EB-8C11A322EE28
Visible to Intel only — GUID: GUID-50246A4B-2DCE-47AD-B0EB-8C11A322EE28
trace-mode
Set how to trace loop iterations during Memory Access Patterns analysis.
Syntax
--trace-mode=<string> |
Arguments
<string> is one of the following:
Argument |
Description |
---|---|
full |
Trace all loop iterations. |
linear |
Trace loop iterations using linear step. |
fibo |
Trace loop iterations in Fibonacci sequence. |
Default
fibo
Actions Modified
collect=map
Usage
Specifying a less extensive tracing method can decrease collection overhead.
Example
Run a Memory Access Patterns analysis on the specified loops. Trace all loop iterations.
advisor --collect=map --mark-up-list=3,4,5 --trace-mode=full --project-dir=./advi_results -- ./myApplication