Context: Eliminated commit timer

This commit is contained in:
Paul Beckingham 2016-11-13 13:31:31 -05:00
parent 14f1002680
commit ff36a87551
3 changed files with 6 additions and 7 deletions

View file

@ -103,7 +103,7 @@ public:
Timer timer_load;
long time_gc_us {0};
long time_filter_us {0};
Timer timer_commit;
long time_commit_us {0};
Timer timer_sort;
Timer timer_render;
Timer timer_hooks;