Intel® Advisor Help

auto-finalize

Finalize Survey and Trip Counts & FLOP analysis data after collection is complete.

Syntax

--assume-single-data-transfer

--no-assume-single-data-transfer

Default

On (auto-finalize)

Actions Modified

collect=survey

collect=tripcounts

collect=roofline

collect=offload

Usage

Use the no-auto-finalize option in situations where you want to suppress finalization, such as when you want to view collected data on a different machine. If finalization is suppressed during data collection and analysis, it occurs automatically when you open the result in the GUI or generate a report from the result.

Disabling temporarily decreases overhead.

Example

Run a Survey analysis. Search recursively for source files in the ./src search directory. Suppress finalization and write the unfinalized results to the ./advi project directory instead of the default working directory.

advisor --collect=survey --no-auto-finalize --project-dir=./advi_results --search-dir src:=./src -- ./bin/myApplication

See Also