Intel® Advisor Help

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>

Arguments

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

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 in seconds, not milliseconds.

Example

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

$ advisor --collect=survey --project-dir=./myAdvisorProj --resume-after=30 -- ./bin/myTargetApplication

See Also