Visible to Intel only — GUID: GUID-BB54DBD3-BCD2-4E40-BDDC-5E13E1642AB5
Visible to Intel only — GUID: GUID-BB54DBD3-BCD2-4E40-BDDC-5E13E1642AB5
resume-after
Resume collection after the specified number of milliseconds.
GUI Equivalent
Project Properties > Analysis Target > [Analysis Type] > Advanced > Automatically resume collection after (sec)
Syntax
--resume-after=<integer> --resume-after=<double> |
Arguments
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.
Default
Off
Actions Modified
Usage
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.
Example
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