インテル® VTune™ Amplifier 2018 ヘルプ
Perform full finalization, deferred finalization or skip finalization.
finalization-mode=<value> |
full |
Perform full finalization. |
deferred |
Calculate only binary checksum for finalization on another machine. |
none |
Skip finalization. |
amplxe-cl performs full finalization.
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 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