Context: Eliminated render timer

This commit is contained in:
Paul Beckingham 2016-11-13 13:42:48 -05:00
parent e3d006f867
commit 197f130593
4 changed files with 18 additions and 18 deletions

View file

@ -105,7 +105,7 @@ public:
long time_filter_us {0};
long time_commit_us {0};
long time_sort_us {0};
Timer timer_render;
long time_render_us {0};
long time_hooks_us {0};
};