Intel® Advisor User Guide

ID 766448
Date 3/22/2024
Public
Document Table of Contents

stacks

Perform advanced collection of callstack data during Roofline and Trip Counts & FLOP analysis.

GUI Equivalent

Project Properties > Analysis Target > Trip Counts & FLOP Analysis > Advanced > Collect stacks

Analysis Workflow > [CPU | GPU] Roofline > Characterization > Collect stacks

Syntax

--stacks

--no-stacks

Default

Off (no-stacks)

Actions Modified

collect=roofline

collect=tripcounts

collect=offload

Usage

Enabling can increase collection overhead.

Example

Run a Roofline analysis. Collect advanced callstack data.

advisor --collect=roofline --stacks --project-dir=./advi_results -- ./myApplication

See Also