Intel® VTune™ Amplifier

resume-after

Resume collection after the specified number of milliseconds.

GUI Equivalent

Configure Analysis window > WHAT pane > Advanced section > Automatically resume collection after option

Syntax

-resume-after <value>

Arguments

Argument
Description
<value>

The number of milliseconds that should elapse before data collection is resumed. Fractions of seconds are possible, for example: 1506 for 1 sec 560 msec.

Default

OFF

Data collection started in the paused mode is not resumed unless this option is specified or the pause/resume API call in the target code is reached.

Actions Modified

collect

Description

Use the resume-after option with the start-paused option to automatically exit paused mode after the specified number of milliseconds has elapsed.

Example

This example starts a Linux* sample application in paused mode and resumes the Hotspots analysis in 5 seconds (5000 msec).

$ amplxe-cl -collect hotspots -resume-after 5000 -- /home/test/sample

See Also