A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-72618A85-0E02-4415-9A14-4A6B337086EF
Visible to Intel only — GUID: GUID-72618A85-0E02-4415-9A14-4A6B337086EF
track-stack-variables
Enable parallel data sharing analysis for stack variables during Dependencies analysis.
GUI Equivalent
Project Properties > Analysis Target > Dependencies Analysis > Analyze stack variables
Syntax
--track-stack-variables --no-track-stack-variables |
Default
On (track-stack-variables)
Actions Modified
collect=dependencies
Usage
Disabling can decrease collection overhead.
Example
Run a Dependencies analysis. Disable parallel data sharing analysis for stack variables.
advisor --collect=dependencies --no-track-stack-variables --search-dir src:=./src --project-dir=./advi_results -- ./myApplication