Intel® Advisor Help

stackwalk-mode

Choose between online and offline modes to analyze stacks during Survey analysis.

GUI Equivalent

Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > Stack unwinding mode

Syntax

--stackwalk-mode=<string>

Arguments

Argument

Description

online

Analyze stacks during collection.

offline

Analyze stacks after collection.

Default

offline

Actions Modified

collect=survey

Usage

Set to offline in the following cases:

Usage can decrease collection overhead.

Example

Run a Survey analysis. Analyze stacks during collection.

advisor --collect=survey --project-dir=./myAdvisorProj --stackwalk-mode=online -- ./bin/myTargetApplication

See Also