Expand description
FPS stats debug overlay with rolling window.
Provides DebugOverlay for tracking frame timing statistics using a
rolling window of recent frame times. Stats are cached and recomputed
at a configurable interval to minimize per-frame overhead.
Structs§
- Debug
Overlay - Tracks frame timing and computes FPS statistics over a rolling window.
- FpsStats
- Frame timing statistics computed from the rolling window.
Enums§
- Overlay
Corner - Screen corner where the overlay is displayed.