From 068290afb63a010e094b37fa3147a565bb8b7830 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Fri, 4 Apr 2008 13:44:28 +0200 Subject: [PATCH] Increased profiling time to 500 iterations (works fine) --- WindowManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowManager.cpp b/WindowManager.cpp index b1a2496..80c9fa0 100644 --- a/WindowManager.cpp +++ b/WindowManager.cpp @@ -127,7 +127,7 @@ void WindowManager::eventLoop() event.user.code == RenderEvent) { #ifdef DEBUG_VALGRIND - if(i < 0.25) { + if(i < 12.5) { #endif // notify our observers (currently exactly one) eventObservers.front()->render(i += 0.025); -- GitLab