Changed timing stats to osg::INFO level

This commit is contained in:
Robert Osfield 2008-10-24 09:49:55 +00:00
parent 19a51b5aff
commit b2ffdacd80

View File

@ -1741,7 +1741,7 @@ void DatabasePager::expiry_removeExpiredSubgraphs(const osg::FrameStamp& frameSt
s_total_time += time;
if (s_total_max<time) s_total_max = time;
osg::notify(osg::NOTICE)<<"_activePagedLODList.size()="<<_activePagedLODList.size()<<" overall = "<<time<<
osg::notify(osg::INFO)<<"_activePagedLODList.size()="<<_activePagedLODList.size()<<" overall = "<<time<<
" avg="<<s_total_time/s_total_iter<<" max = "<<s_total_max<<std::endl;