Intel® Advisor Help

no-auto-finalize

Turn off automatic finalization during collection.

GUI Equivalent

Advisor Workflow Tab

Syntax

-no-auto-finalize

-auto-finalize

Default

auto-finalize

The result is finalized automatically when performing the collect action.

Actions Modified

collect

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

See Also