radeon_gpu_profiler icon indicating copy to clipboard operation
radeon_gpu_profiler copied to clipboard

Capturing offscreen drawing

Open vladimir-nazarenko opened this issue 6 years ago • 1 comments

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.

vladimir-nazarenko avatar Jun 21 '19 16:06 vladimir-nazarenko

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

ahosier avatar Jul 28 '19 17:07 ahosier