Iris
Iris copied to clipboard
Add a GPU-side profiler
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.