Intel® Advisor User Guide

ID 766448
Date 3/31/2023
Public

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

Document Table of Contents

start-paused

Start executing the target application for analysis purposes, but delay data collection.

GUI Equivalent

Analysis Workflow >

To resume data collection: Analysis Workflow >

Syntax

--start-paused

Default

Off

Actions Modified

collect

Usage

Skip uninteresting parts of your target application, such as the initialization phase, and analyze only interesting parts.

You can use different techniques to resume collection, such as __itt_resume.

Usage can decrease analysis overhead.

Example

Launch the sample application with Suitability data collection paused.

advisor --collect=suitability --start-paused --project-dir=./advi_results -- ./myApplication

See Also