pub fn fps_display() -> StringExpand description
FPS monitoring API - use these to track frame rate for performance optimization.
current_fps()- Get current FPS valuefps_stats()- Get detailed frame statistics (avg ms, recomps/sec)fps_display()- Get formatted FPS string for displayfps_display_detailed()- Get detailed stats string Format FPS as a display string.