A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-76B3A65F-9A02-4082-8C9E-2335898C6F65
Visible to Intel only — GUID: GUID-76B3A65F-9A02-4082-8C9E-2335898C6F65
record-stack-frame
Capture stack frame pointers to identify stack variables for which access strides are detected during Memory Access Patterns analysis.
GUI Equivalent
Project Properties > Analysis Target > Memory Access Patterns Analysis > Advanced > Report stack variables
Syntax
--record-stack-frame --no-record-stack-frame |
Default
On (record-stack-frame)
Actions Modified
collect=map
Usage
Disabling can decrease collection overhead.
Example
Run a Memory Access Patterns analysis. Disable capturing stack frame pointers.
advisor --collect=map --no-record-stack-frame --project-dir=./advi_results -- ./myApplication