resume-after
resume-after
Resume
collection after the specified number of milliseconds.
Syntax
--resume-after
=
<integer>
Arguments
<integer>
is the number of
milliseconds to wait before resuming data collection.
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.
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