diff options
author | Jacek Antonelli | 2009-06-13 13:17:14 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-13 13:17:20 -0500 |
commit | 0517fe4322443bdc317f8185590a63134e3f8394 (patch) | |
tree | 942c9c26d0792accc928010a113d123c5409659b /linden/indra/newview/llviewerstats.cpp | |
parent | Second Life viewer sources 1.23.2-RC (diff) | |
download | meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.zip meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.gz meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.bz2 meta-impy-0517fe4322443bdc317f8185590a63134e3f8394.tar.xz |
Second Life viewer sources 1.23.3-RC
Diffstat (limited to 'linden/indra/newview/llviewerstats.cpp')
-rw-r--r-- | linden/indra/newview/llviewerstats.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerstats.cpp b/linden/indra/newview/llviewerstats.cpp index 648fbd4..5f83cdd 100644 --- a/linden/indra/newview/llviewerstats.cpp +++ b/linden/indra/newview/llviewerstats.cpp | |||
@@ -365,8 +365,8 @@ void output_statistics(void*) | |||
365 | llinfos << "Number of orphans: " << gObjectList.getOrphanCount() << llendl; | 365 | llinfos << "Number of orphans: " << gObjectList.getOrphanCount() << llendl; |
366 | llinfos << "Number of dead objects: " << gObjectList.mNumDeadObjects << llendl; | 366 | llinfos << "Number of dead objects: " << gObjectList.mNumDeadObjects << llendl; |
367 | llinfos << "Num images: " << gImageList.getNumImages() << llendl; | 367 | llinfos << "Num images: " << gImageList.getNumImages() << llendl; |
368 | llinfos << "Texture usage: " << LLImageGL::sGlobalTextureMemory << llendl; | 368 | llinfos << "Texture usage: " << LLImageGL::sGlobalTextureMemoryInBytes << llendl; |
369 | llinfos << "Texture working set: " << LLImageGL::sBoundTextureMemory << llendl; | 369 | llinfos << "Texture working set: " << LLImageGL::sBoundTextureMemoryInBytes << llendl; |
370 | llinfos << "Raw usage: " << LLImageRaw::sGlobalRawMemory << llendl; | 370 | llinfos << "Raw usage: " << LLImageRaw::sGlobalRawMemory << llendl; |
371 | llinfos << "Formatted usage: " << LLImageFormatted::sGlobalFormattedMemory << llendl; | 371 | llinfos << "Formatted usage: " << LLImageFormatted::sGlobalFormattedMemory << llendl; |
372 | llinfos << "Zombie Viewer Objects: " << LLViewerObject::getNumZombieObjects() << llendl; | 372 | llinfos << "Zombie Viewer Objects: " << LLViewerObject::getNumZombieObjects() << llendl; |