Iris icon indicating copy to clipboard operation
Iris copied to clipboard

Add a GPU-side profiler

Open coderbot16 opened this issue 4 years ago • 2 comments

The vanilla CPU profiler doesn't tell the whole story. Especially in GPU-bound situations, it can be hard to tell how much time the GPU is spending on everything.

This is possible on OpenGL 2 and above using Query Objects.

coderbot16 avatar Jan 02 '21 17:01 coderbot16