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> --resume-after=<double> |
You can specify the option value as one of the following:
<integer> is the number of milliseconds to wait before resuming data collection.
<double> is the number of seconds or fraction or seconds to wait before resuming data collection. For example, 1.56 is 1 sec 560 ms.
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.
Run a Survey analysis. Launch the application with collection paused. Start collection after 30 milliseconds.
advisor --collect=survey --resume-after=30 --project-dir=./advi_results -- ./myApplication