Context: Migrated to libshared Timer

This commit is contained in:
Paul Beckingham 2016-11-13 13:10:48 -05:00
parent ced7490df6
commit 0849501ef5
2 changed files with 23 additions and 22 deletions

View file

@ -104,8 +104,8 @@ public:
int terminal_width;
int terminal_height;
Timer timer_total;
Timer timer_init;
Timer timer_total {};
long time_init_us {0};
Timer timer_load;
Timer timer_gc;
Timer timer_filter;