mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
ba59170b0b
Adds a new GLProfiler class for GPU-side timestamp profiling, similar to VulkanProfiler. Uses GL_EXT_disjoint_timer_query (GLES) or GL_ARB_timer_query (desktop GL). Features: - Scoped Begin()/End() profiling with printf-style naming - Automatic GPU disjoint detection (frequency changes invalidate results) - Millisecond timing output via INFO_LOG - Pre-allocated query pool (1024 queries max per frame) - Nested scope support with indented output Signed-off-by: Chris Healy <cphealy@gmail.com>