$darkmode
GPU performance timer using OpenGL Query Objects. More...
#include <perf_timer.h>
Data Fields | |
| GLuint | query_start |
| GLuint | query_end |
| int | active |
GPU performance timer using OpenGL Query Objects.
Measures actual GPU execution time, which can differ significantly from CPU "wall-clock" time due to driver buffering and parallelism.
| int GPUTimer::active |
Flag indicating if a measurement is in progress.
| GLuint GPUTimer::query_end |
Handle for the end timestamp query.
| GLuint GPUTimer::query_start |
Handle for the start timestamp query.