インテル® VTune™ Amplifier 2018 ヘルプ
Perform symbol resolution to finalize or re-resolve a result.
-finalize -result-dir <PATH> |
-I -result-dir <PATH> |
The finalize action must be used with the result-dir action-option, which passes in the PATH/name of the result directory.
Result finalization is performed automatically as part of the collection process.
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:
Finalization was suppressed during collection or importation, for example when the no-auto-finalize action-option was specified for a collect or collect-with action.
Re-resolve a result that was not properly finalized because some of the source or symbol files were missing. When viewed in the GUI or reports, the word [Unknown] commonly appears.
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