Intel® VTune™ Amplifier XE and Intel® VTune™ Amplifier for Systems Help

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.

Example

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

$ amplxe-cl -collect advanced-hotspots -finalization-mode=deferred -- home/myApp

See Also