From 228ae60a63df4190028a34648290417982c0d268 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 17 May 2018 02:02:35 +0200 Subject: Make the performance reporting update frequency customizable The default update frequency has been changed from 1000ms to 250ms. --- main/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/main.h') diff --git a/main/main.h b/main/main.h index c20592bf3..8f264d772 100644 --- a/main/main.h +++ b/main/main.h @@ -44,7 +44,7 @@ class Main { static void print_help(const char *p_binary); static uint64_t last_ticks; static uint64_t target_ticks; - static uint32_t frames; + static Array frame_times; static uint32_t frame; static bool force_redraw_requested; -- cgit v1.2.3-70-g09d2