Quitened down debug output
This commit is contained in:
parent
117045170d
commit
5ad22dc4af
@ -86,7 +86,8 @@ void ViewerBase::configureAffinity()
|
|||||||
{
|
{
|
||||||
unsigned int numProcessors = OpenThreads::GetNumberOfProcessors();
|
unsigned int numProcessors = OpenThreads::GetNumberOfProcessors();
|
||||||
|
|
||||||
OSG_NOTICE<<"ViewerBase::configureAffinity() numProcessors="<<numProcessors<<std::endl;
|
OSG_INFO<<"ViewerBase::configureAffinity() numProcessors="<<numProcessors<<std::endl;
|
||||||
|
|
||||||
if (numProcessors==1) return;
|
if (numProcessors==1) return;
|
||||||
|
|
||||||
typedef std::vector<unsigned int> AvailableProcessors;
|
typedef std::vector<unsigned int> AvailableProcessors;
|
||||||
@ -186,7 +187,7 @@ void ViewerBase::configureAffinity()
|
|||||||
if ((*itr)->getDatabasePager()) databasePagers.push_back((*itr)->getDatabasePager());
|
if ((*itr)->getDatabasePager()) databasePagers.push_back((*itr)->getDatabasePager());
|
||||||
}
|
}
|
||||||
|
|
||||||
OSG_NOTICE<<" databasePagers = "<<databasePagers.size()<<std::endl;
|
OSG_INFO<<" databasePagers = "<<databasePagers.size()<<std::endl;
|
||||||
|
|
||||||
availableProcessor = availableProcessors[availableProcessor % availableProcessors.size()];
|
availableProcessor = availableProcessors[availableProcessor % availableProcessors.size()];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user