Context: Eliminated hooks timer

This commit is contained in:
Paul Beckingham
2016-11-13 13:37:54 -05:00
parent ae128f587d
commit e3d006f867
3 changed files with 11 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ public:
long time_commit_us {0};
long time_sort_us {0};
Timer timer_render;
Timer timer_hooks;
long time_hooks_us {0};
};
#endif