Intel® Advisor Help
Turn off automatic finalization during collection.
-no-auto-finalize |
-auto-finalize |
auto-finalize |
The result is finalized automatically when performing the collect action. |
Use the no-auto-finalize option in situations where you want to suppress finalization. This is sometimes used to minimize the duration of an analysis run. If finalization is suppressed during data collection and analysis, it will occur automatically when the result is opened in the GUI, or when a report is generated from the result.
Collects survey data to identify hotspots, searching recursively for source files in the ./src search directory. Finalization is suppressed, and the unfinalized results are written to the ./advi project directory, instead of the default working directory.
$ advixe-cl -collect survey -no-auto-finalize -project-dir ./advi -search-dir src:=./src -- ./bin/myApplication