summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f0b6906..0a5977f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -65,8 +65,10 @@ float freq_counter_t::read(ntime_t ival)
return last_reading;
}
-freq_counter_t fc_render = freq_counter_t();
-freq_counter_t fc_game = freq_counter_t();
+freq_counter_t fc_render;
+freq_counter_t fc_game;
+freq_counter_t fc_traces, fc_trace_tiles, fc_trace_ents;
+freq_counter_t fc_get_entities, fc_get_entities_ents;
#ifdef CONFIG_SHOW_RSS
size_t sys_get_rss(void)