A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-60B481EE-555C-42C1-934B-482036FF8929
Visible to Intel only — GUID: GUID-60B481EE-555C-42C1-934B-482036FF8929
record-mem-allocations
Enable heap allocation tracking to identify heap-allocated variables for which access strides are detected during Memory Access Patterns analysis.
GUI Equivalent
Project Properties > Analysis Target > Memory Access Patterns Analysis > Advanced > Report heap allocated variables
Syntax
--record-mem-allocations --no-record-mem-allocations |
Default
On (record-mem-allocations)
Actions Modified
collect=map
Usage
Disabling can decrease collection overhead.
Example
Run a Memory Access Patterns analysis. Disable heap allocation tracking.
advisor --collect=map --no-record-mem-allocations --project-dir=./advi_results -- ./myApplication