Radeon GPU Detective v1.2
Highlights:
This release improves the default execution markers, adding the following information:
- Index, vertex and instance counts for draw calls
- Thread group count for compute dispatches
- Improved default raytracing and mesh shader markers
- Barriers
- Queue type (
Direct
for graphics,Compute
for compute)
Example output (with a single "Frame 429" user marker):
Command Buffer ID: 0x883 (Queue type: Direct)
=============================================
[>] "Frame 429"
├─[X] Draw(VertextCount=3, InstanceCount=1)
├─[X] ----------Barrier----------
└─[>] Dispatch(ThreadGroupCount=[16,16,1])
Download:
RGD is part of the Radeon Developer Tool Suite which can be downloaded using this link.
Note:
To get the most out of this release, make sure to use the latest Adrenalin drivers (version 24.6.1 or later).