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

command

Control the Intel Advisor while running analyses.

GUI Equivalent

Analysis Workflow

Syntax

--C=<string> [--action-options] [--global-options] [[--] <target> [<target options>]]

--command=<string> [--action-options] [--global-options] [[--] <target> [<target options>]]

Arguments

<string> is one of the following:

Argument

Description

cancel

Interrupt data collection without saving results.

detach

Similar to pause, except you can attach to an already running process.

pause

Pause data collection while the target application continues running.

resume

Resume paused data collection.

stop

Stop data collection.

status

Print collection status.

Default

No default argument

Modifiers

quiet, result-dir, verbose

Usage

Usage can decrease collection overhead.

Example

Pause the analysis run that is currently collecting data into result directory r000hs.

advisor --command=pause -r=<PATH>/r000hs

See Also