Intel® Advisor Help
Automatically stop data collection after a specified length of time (in seconds).
Project Properties > Analysis Target > [Analysis Type] > Advanced > Automatically stop collection after (sec)
--stop-after=<integer> |
<integer> is number of seconds.
No default argument
Skip uninteresting parts of your target application and analyze only interesting parts. This is the flip side of starting an application with collection paused.
Usage can decrease analysis overhead.
Run a Survey analysis. Stop data collection after 30 seconds.
$ advixe-cl --collect=survey --project-dir=./myAdvisorProj --stop-after=30 -- ./bin/myTargetApplication