The CLI option --export-session helps to generate a compressed
archive containing essential session files. The compressed archive can be easily
transported to other system and the GUI can be used for analyzing the performance
data.
This feature streamlines the process of transferring and utilizing session files across multiple systems, enhancing accessibility and enabling smooth workflow continuity.
Complete the following procedure to export a session:
- Generate compressed archive with translate, report, or profile command. A .zip file is generated.
- Copy the .zip file to another system and decompress it.
The decompressed session directory can be imported to GUI for data visualization and analysis. To import the decompressed session and to analyze the performance data, refer to the section Importing Profile Database.
Common Usage
- Generate compressed archive with the
translatecommand:
/AMDuProfCLI translate <options> --export-session <options> -i <session_dir>
- Generate compressed archive with the
reportcommand:
./AMDuProfCLI report <options> --export-session <options> -i <session_dir>
- Generate compressed archive with the
profilecommand:
./AMDuProfCLI profile <options> --export-session <options>
Example
Launch the application AMDTClassicMatMul.exe
and collect the Time-Based Profile (TBP) samples and generate a report with the
export session option enabled.