Context: Eliminated sort timer

This commit is contained in:
Paul Beckingham
2016-11-13 13:33:55 -05:00
parent d39934e7b9
commit 88512e25cb
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;
};