diff --git a/gfx/video_driver.c b/gfx/video_driver.c index e4bc463e24..f306b7d18a 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -2541,7 +2541,7 @@ void video_driver_frame(const void *data, unsigned width, snprintf(video_info.stat_text, sizeof(video_info.stat_text), - "Video Statistics:\n -Frame rate: %6.2f\n -Frame time: %6.2f\n -Frame time deviation: %6.2f\n" + "Video Statistics:\n -Frame rate: %6.2f fps\n -Frame time: %6.2f ms\n -Frame time deviation: %.3f %%\n" " -Frame count: %" PRIu64"\n -Viewport: %d x %d x %3.2f\n" "Audio Statistics:\n -Average buffer saturation: %.2f %%\n -Standard deviation: %.2f %%\n -Time spent close to underrun: %.2f %%\n -Time spent close to blocking: %.2f %%\n" "Core Geometry:\n -Size: %u x %u\n -Max Size: %u x %u\n -Aspect: %3.2f\nCore Timing:\n -FPS: %3.2f\n -Sample Rate: %6.2f\n",