Turn off automatic finalization during collection.
Description
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.
Example
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
Parent topic: advixe-cl Option Reference
Inglese