Measuring sync time with SDK tools

Greetings,

is it possible to measure how long OpenGL functions working with buffers (glDraw*, glBufferSubData etc. ) spend waiting for some other function to finish work with said buffer and how much time we waste through this? Can an SDK tool measure this?

Regards

Hi,

I don’t think there’s a way to measure that, but you can use PVRTune’s OpenGL ES clientstream capabilities to get an idea about where the driver has to do extra work or do ghost copies etc.

bests,
Marton