Context: Eliminated gc timer

This commit is contained in:
Paul Beckingham 2016-11-13 13:16:48 -05:00
parent 30cfc11f80
commit cfc2fd28e8
3 changed files with 5 additions and 5 deletions

View file

@ -101,7 +101,7 @@ public:
Timer timer_total {};
long time_init_us {0};
Timer timer_load;
Timer timer_gc;
long time_gc_us {0};
Timer timer_filter;
Timer timer_commit;
Timer timer_sort;