Context: Eliminated filter timer

This commit is contained in:
Paul Beckingham 2016-11-13 13:27:38 -05:00
parent cfc2fd28e8
commit 3f1c60cf37
3 changed files with 14 additions and 15 deletions

View file

@ -102,7 +102,7 @@ public:
long time_init_us {0};
Timer timer_load;
long time_gc_us {0};
Timer timer_filter;
long time_filter_us {0};
Timer timer_commit;
Timer timer_sort;
Timer timer_render;