As the title says, I'm wondering if it is possible to profile compute shaders. I want to know the time each compute kernel took in one frame. The Unity Profiler does not show this as it only tracks CPU calls. Compute kernels however run in parallel so the Dispatch calls take 0 ms.
Any ideas?
↧