From 208b2fc3d08d4dc3ae69897a3ba4c7176d273d2c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 18 Jun 2010 09:48:55 +0000 Subject: [PATCH] #if 0'd out debugging timing code for detecting deadlocks --- src/osgDB/DatabasePager.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osgDB/DatabasePager.cpp b/src/osgDB/DatabasePager.cpp index fb2ead30f..e56203eb4 100644 --- a/src/osgDB/DatabasePager.cpp +++ b/src/osgDB/DatabasePager.cpp @@ -1684,6 +1684,7 @@ bool DatabasePager::requiresUpdateSceneGraph() const void DatabasePager::updateSceneGraph(const osg::FrameStamp& frameStamp) { +#if 0 { // check threads to see which are active and how long the active ones have been working in their current iteration. @@ -1723,7 +1724,7 @@ void DatabasePager::updateSceneGraph(const osg::FrameStamp& frameStamp) } } } - +#endif #if UPDATE_TIMING osg::ElapsedTime timer;