Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help
Resume collection after the specified number of seconds.
-resume-after <value> |
The number of seconds that should elapse before data collection is resumed. Fractions of seconds are possible, for example: 1.56 for 1 sec 560 msec.
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.
Use the resume-after option with the start-paused option to automatically exit paused mode after the specified number of seconds has elapsed.
This example starts the sample application in paused mode and resumes the Hotspots analysis in 5 seconds.
$ amplxe-cl -collect hotspots -resume-after 5 -- /home/test/sample