Intel® VTune™ Amplifier
Perform full finalization, deferred finalization or skip finalization.
Configure Analysis window > WHAT pane > Advanced section > Select finalization mode option
finalization-mode=<value> |
full |
Perform full finalization on the target system. |
fast |
Reduce the number of loaded samples to speed up post-processing. |
deferred |
Calculate only binary checksum for finalization on another machine. |
none |
Skip finalization. |
amplxe-cl performs fast finalization with the reduced number of loaded samples.
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.
The following command starts the Hotspots analysis on Windows and calculates only binary check sums for finalization on another machine.
> amplxe-cl -collect hotspots -knob sampling-mode=hw -finalization-mode=deferred -- C:\test\myApp.exe