From 33d99fe75b383956b188b3cc8f98acf1d0b9c187 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 24 Mar 2018 15:39:02 +0100 Subject: [PATCH] Add fps / ms metrics to statistics --- gfx/video_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",