Skip to main content

Module debug_overlay

Module debug_overlay 

Source
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§

DebugOverlay
Tracks frame timing and computes FPS statistics over a rolling window.
FpsStats
Frame timing statistics computed from the rolling window.

Enums§

OverlayCorner
Screen corner where the overlay is displayed.