インテル® VTune™ Amplifier 2018 ヘルプ

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 Linux* 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 Windows* application in the paused mode.

> amplxe-cl -collect hotspots -start-paused -- C:\test\sample.exe

関連情報