Context: Eliminated sort timer

This commit is contained in:
Paul Beckingham
2016-11-13 13:33:55 -05:00
parent ff36a87551
commit ae128f587d
3 changed files with 5 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ public:
long time_gc_us {0};
long time_filter_us {0};
long time_commit_us {0};
Timer timer_sort;
long time_sort_us {0};
Timer timer_render;
Timer timer_hooks;
};