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

resume-after

Resume collection after the specified number of milliseconds.

GUI Equivalent

Project Properties > Analysis Target > [Analysis Type] > Advanced > Automatically resume collection after (sec)

Syntax

--resume-after=<integer>

--resume-after=<double>

Arguments

You can specify the option value as one of the following:

<integer> is the number of milliseconds to wait before resuming data collection.

<double> is the number of seconds or fraction or seconds to wait before resuming data collection. For example, 1.56 is 1 sec 560 ms.

Default

Off

Actions Modified

collect

Usage

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

Collection automatically starts in the paused state.

Usage can decrease collection overhead.

NOTE:
The value in the corresponding GUI property is only in seconds.

Example

Run a Survey analysis. Launch the application with collection paused. Start collection after 30 milliseconds.

advisor --collect=survey --resume-after=30 --project-dir=./advi_results -- ./myApplication

See Also