Intel® Advisor Help
Restructure the call flow during Survey analysis to attach stacks to a point introducing a parallel workload.
Project Properties > Analysis Target > Survey Hotspots Analysis > Advanced > Stitch stacks
--stack-stitching --no-stack-stitching |
On (stack-stitching)
collect=survey
The option restores a logical call tree for Intel® oneAPI Threading Building Blocks (oneTBB) or OpenMP* applications by catching notifications from the runtime and attaching stacks to a point introducing a parallel workload.
Disable when Survey analysis runtime overhead exceeds 1.1x
Disabling can decrease collection overhead and significantly decrease finalization overhead depending on workload.
Run a Survey analysis. Disable stack stitching.
advisor --collect=survey --no-stack-stitching --project-dir=./advi_results -- ./myApplication