Intel® Advisor User Guide

ID 766448
Date 12/16/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

stack-unwind-limit

Set stack size limit when analyzing stacks after collection.

Syntax

--stack-unwind-limit=<integer>

Arguments

<integer> is the maximum stack size to analyze.

Default

8388608

Actions Modified

collect=survey --stackwalk-mode=offline

Usage

Use to set the stack size limit when analyzing stacks after collection, which is the offline callstack unwinding mode. The offline mode is default, so you can skip the --stackwalk-mode=offline option.

Example

Run the Survey analysis and set the stack size limit to 10000.

advisor --collect=survey --stack-unwind-limit=10000 --project-dir=./advi_results -- ./myApplication

See Also