Export Session - Export Session - 57368

uProf User Guide

Document ID
57368
Release Date
2025-06-09
Revision
5.1 English

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:

  1. Generate compressed archive with translate, report, or profile command. A .zip file is generated.
  2. 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 translate command:
/AMDuProfCLI translate <options> --export-session <options> -i <session_dir> 
  • Generate compressed archive with the report command:
./AMDuProfCLI report <options> --export-session <options> -i <session_dir> 
  • Generate compressed archive with the profile command:
./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.