Intel® Advisor Help
Resume collection after the specified number of milliseconds.
Project Properties > Analysis Target > [Analysis Type] > Advanced > Automatically resume collection after (sec)
--resume-after=<integer> |
<integer> is the number of milliseconds to wait before resuming data collection.
Off
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.
The value in the corresponding GUI property is in seconds, not milliseconds.
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