Intel® Advisor User Guide

ID 766448
Date 12/16/2022
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

--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