Context: Eliminated load timer

This commit is contained in:
Paul Beckingham 2016-11-13 14:03:59 -05:00
parent 197f130593
commit 570cd3d810
4 changed files with 16 additions and 18 deletions

View file

@ -99,8 +99,9 @@ public:
int terminal_height {0};
Timer timer_total {};
long time_total_us {0};
long time_init_us {0};
Timer timer_load;
long time_load_us {0};
long time_gc_us {0};
long time_filter_us {0};
long time_commit_us {0};