Instrument
Table of Contents
Interfaces
- ProfilerInterface
Classes
- Clock
- The clock provides utility methods for measuring and working with
high resolution time.
- ClockNanoseconds
- A simple wrapper around the high resolution clock
to hold a nano second timestamp.
- CompatGPUProfiler
- This profiler represents a backwards compatibilty / legacy profiler for
mainly MacOS. MacOS dropped support for GL_TIMESTAMP queries and now just
returns the result 0 wihtout any error. This profiler will use the blocking
glBeginQuery / glEndQuery calls instead. Which suck for performance, not being able
to nest etc. But it's better than nothing.
- CPUProfiler