GPUOpen-Tools / radeon_gpu_profiler

Radeon GPU Profiler (RGP) is a tool from AMD that allows for deep inspection of GPU workloads.
389 stars 41 forks source link

Capturing offscreen drawing #27

Open vladimir-nazarenko opened 5 years ago

vladimir-nazarenko commented 5 years ago

Is there a way to profile offscreen drawing/compute, like https://github.com/SaschaWillems/Vulkan/blob/master/examples/renderheadless/renderheadless.cpp ? I was able to get the capture using RenderDoc markers, but I really doubt that the capture I got is accurate.

ahosier commented 5 years ago

Hi Vladimir, Currently, we don't have a method for this exposed to the UI. In the future, it will be possible to use user markers to mark up your code and allow capturing between the 2 markers. Currently RGP captures on present. for graphics applications