Intel® Advisor Help
Set stack size limit when analyzing stacks after collection.
--stack-unwind-limit=<integer> |
<integer> is the maximum stack size to analyze.
8388608
collect=survey --stackwalk-mode=offline
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.
Run the Survey analysis and set the stack size limit to 10000.
advisor --collect=survey --stack-unwind-limit=10000 --project-dir=./advi_results -- ./myApplication