Examples - Examples - 57368

uProf User Guide

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

Windows

Process all the raw data files

> AMDuProfCLI.exe translate -i c:\Temp\cpuprof-tbp\<SESSION-DIR>

Process the raw data files with Symbol Server paths

> AMDuProfCLI.exe translate --symbol-path C:\AppSymbols;C:\DriverSymbols --symbol-server http://msdl.microsoft.com/download/symbols --symbol-cache-dir C:\symbols -i c:\Temp\cpuprof- tbp\<SESSION-DIR>

Process the raw data files with the source and binary path

> AMDuProfCLI.exe translate --bin-path Examples\AMDTClassicMatMul\bin\ --src-path Examples\AMDTClassicMatMul\ -i c:\Temp\cpuprof-tbp\<SESSION-DIR>

Linux

Process all the raw data files

$ AMDuProfCLI translate -i /tmp/cpuprof-tbp/<SESSION-DIR>

Process the trace raw data file

$ AMDuProfCLI translate -i /tmp/cpuprof-os/<SESSION-DIR> --category trace

Process the GPU Trace raw data file

$ AMDuProfCLI translate -i /tmp/cpuprof-gpu/<SESSION-DIR> --category gputrace