interval
interval
Set the length
of time (in milliseconds) to wait before collecting each sample during Survey
analysis.
Syntax
--interval
=
<integer>
Arguments
<integer>
is the number of
milliseconds between sampling (sampling interval).
Default
10
Actions Modified
collect
=survey
Usage
Increasing the wait time between each analysis collection
sample can decrease collection overhead.
Run a Survey analysis. Increase the sampling interval
to 20 milliseconds.
$ advisor --collect=survey --project-dir=./myAdvisorProj --interval=20 -- ./bin/myTargetApplication