Log threadcount together with memory
This commit is contained in:
@@ -228,6 +228,7 @@ void display_stats()
|
||||
gMemoryAllocated = LLMemory::getCurrentRSS();
|
||||
U32 memory = (U32)(gMemoryAllocated / (1024*1024));
|
||||
llinfos << llformat("MEMORY: %d MB", memory) << llendl;
|
||||
llinfos << "THREADS: "<< LLThread::getCount() << llendl;
|
||||
LLMemory::logMemoryInfo(TRUE) ;
|
||||
gRecentMemoryTime.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user