インテル® VTune™ Amplifier 2018 ヘルプ

finalization-mode

Perform full finalization, deferred finalization or skip finalization.

GUI Equivalent

Analysis Target Setup

Syntax

finalization-mode=<value>

Arguments

full

Perform full finalization.

deferred

Calculate only binary checksum for finalization on another machine.

none

Skip finalization.

Default

full

amplxe-cl performs full finalization.

Actions Modified

collect,collect-with,import,finalize

Description

Use the finalization-mode option when performing data collection, finalization or importation, to define the finalization mode for the result.

On Windows*, use the deferred finalization mode when running an analysis on Intel® Xeon Phi™ processor based on Intel Many Integrated Core Architecture (Intel® MIC Architecture) to finalize, view and analyze the output on the host machine. After data collection completes, copy the analysis result to the host system and finalize the result. See Intel Xeon Phi Processor Targets for more information.

Example

The following command starts the Advanced Hotspots analysis on Windows and calculates only binary check sums for finalization on another machine.

$ amplxe-cl -collect advanced-hotspots -finalization-mode=deferred -- C:\test\myApp.exe

関連情報