Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

Pausing Collection from the Command Line

Intel® VTune™ Amplifier offers different ways to pause the collection process, to resume a paused collection, or to stop a running collect process from the command line.

Starting collection in the paused mode, and then automatically resuming collection

To start data collection in the paused mode, use the start-paused action option as follows:

amplxe-cl -collect <analysis_type> -start-paused [--] <target>

Resuming a paused collection

There are two ways to resume a paused collection.

Examples

This example starts the Hotspots analysis of the sample application in the paused mode, and then resumes collection after a 50 second pause.

$ amplxe-cl -collect hotspots -start-paused -resume-after=50 -- home/test/sample

This example starts the Hotspots analysis of the sample application in the paused mode.

$ amplxe-cl -collect hotspots -start-paused -- home/test/sample

See Also