Make the performance reporting update frequency customizable
The default update frequency has been changed from 1000ms to 250ms.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user