Context: Eliminated filter timer

This commit is contained in:
Paul Beckingham
2016-11-13 13:27:38 -05:00
parent 89b8c9f198
commit 14f1002680
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;