Intel® Advisor User Guide

ID 766448
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

auto-finalize

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

Syntax

--auto-finalize

--no-auto-finalize

Default

On (auto-finalize)

Actions Modified

collect=survey

collect=tripcounts

collect=roofline

collect=offload

Usage

Set this option to no-auto-finalize if you want to suppress automatic finalization during data collection and analysis. In this case, finalization will occur when you open the result in the GUI or generate a report from the result. Switching auto-finalization off minimizes analysis overhead and can be helpful, for example, if you want to view collected data on a different machine.

Consider that switching auto-finalization on will, in turn, temporarily increase analysis 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