AMD uProf’s command line interface AMDuProfCLI provides options to collect and generate report for analyzing the profile data.
AMDuProfCLI [--version] [--help] COMMAND [<options>] [<PROGRAM>] [<ARGS>]
The following commands are supported:
| Command | Description |
|---|---|
| collect | Runs the given program and collects the profile samples. |
| report | Processes the raw profile datafile and generates profile report. |
| timechart | Power Profiling — collects and reports system characteristics, such as power, thermal, and frequency metrics. |
| info | Displays the generic information about system and topology. |
| translate | Processes the raw profile datafile and generates the profile DB. |
| profile | Collects the performance profile data, analyzes it and generates the profile report. |
| compare,diff | Processes multiple profile-data and generates a comparison report. |
For more information on the workflow, refer to the section “Workflow and Key Concepts”. To run the command line interface AMDuProfCLI, run the following binaries as per the OS:
| OS | Command |
|---|---|
| Windows |
C:\Program Files\AMD\AMDuProf\bin\AMDuProfCLI.exe
|
| Linux |
/opt/AMDuProf_X.Y-ZZZ/bin/AMDuProfCLI
|
| Linux: If installed using the .tar file |
./AMDuProf_Linux_x64_X.Y.ZZZ/bin/AMDuProfCLI
|
| FreeBSD | sh ./AMDuProf_FreeBSD_x64_X.Y.ZZZ/bin/AMDuProfCLI |