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

finalize

Perform symbol resolution to finalize or re-resolve a result.

GUI Equivalent

Toolbar: Command

Syntax

-finalize -result-dir <PATH>

-I -result-dir <PATH>

Arguments

The finalize action must be used with the result-dir action-option, which passes in the PATH/name of the result directory.

Default

Result finalization is performed automatically as part of the collection process.

Modifiers

call-stack-mode, discard-raw-data, inline-mode, quiet, result-dir, search-dir, verbose

Description

Use the finalize action when you need to finalize an un-finalized or improperly finalized result in the directory specified by the result-dir action-option. Use GUI tools to change search directories settings, or use the search-dir action-option with the finalize action to re-finalize the result and update symbol information.

Normally, finalization is performed automatically as part of a collect or import action. However, you may need to re-finalize a result if:

Example

In this example, finalization is suppressed when generating a Basic Hotspots analysis result r001hs.

$ amplxe-cl -collect hotspots -no-auto-finalize -result-dir tmp/test/r001hs

Finalize the unfinalized Basic Hotspots analysis result r001hs created previously.

$ amplxe-cl -finalize -result-dir C:\test\r001hs

Re-finalize a Basic Hotspots analysis result r004hs, specifying search directories for symbol files.

$ amplxe-cl -finalize -search-dir /home/foo/system_modules -result-dir tmp/test/r001hs

関連情報