Welcome to Radeon Compute Profiler’s documentation!¶
Contents:
- Introduction
- Using the Radeon Compute Profiler
- Command Line Documentation
- Supported Performance Counters
- Output Files
- Configuration Files
- Format of counter configuration file (argument passed to
--counterfile
) - Format of kernel list configuration file (argument passed to
--kernellistfile
) - Format of API rules configuration file (argument passed to
--apirulesfile
) - Format of API filter configuration file (argument passed to
--apifilterfile
) - Format of environment variable file (argument passed to
--envvarfile
) - Format of occupancy display configuration file (argument passed to
--occupancydisplay
)
- Format of counter configuration file (argument passed to
- Kernel Occupancy
- How Do I…
- How do I import profiler data into CodeXL for viewing?
- How do I collect a full set of Performance Counters for my application?
- How do I generate counter files to pass to the
--counterfile
switch? - How do I determine how many passes are required for a set of counters?
- How do I generate a set of single-pass counter files from a given set of counters?
- How do I force a single-pass profile?
- How do I limit the amount of profiling data generated?
- How do I generate HTML Summary Pages?
- How do I specify which rules should be used when generating Summary pages?
- How do I find out which source code called a particular API call in the Application Trace file (.atp file)?
- How do I generate a Kernel Occupancy Display HTML file?
- How do I annotate the timeline data with application specific events?
- How do I collect GPU Performance Counters directly from my application without using the profiler?
- How do I ensure that my OpenCL application trace contains all API trace data?
- How do I report an issue with Radeon Compute Profiler