diff options
Diffstat (limited to 'indra/newview/skins/default')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_stats.xml | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_stats.xml b/indra/newview/skins/default/xui/en/floater_stats.xml index f0a464dfc9..d4decf383d 100755 --- a/indra/newview/skins/default/xui/en/floater_stats.xml +++ b/indra/newview/skins/default/xui/en/floater_stats.xml @@ -111,25 +111,32 @@ <stat_view name="memory" label="Memory Usage"> <stat_bar name="LLView" - label="LLView Memory" - stat="class LLView" - show_history="true"/> + label="UI" + stat="LLView"/> + <stat_bar name="LLFontFreetype" + label="Fonts" + stat="LLFontFreetype"/> + <stat_bar name="LLInventoryObject" + label="Inventory" + stat="LLInventoryObject"/> <stat_bar name="LLViewerObject" - label="LLViewerObject Memory" - stat="class LLViewerObject" - show_history="true"/> + label="Viewer Objects" + stat="LLViewerObject"/> <stat_bar name="LLVOCacheEntry" - label="LLVOCacheEntry Memory" - stat="class LLVOCacheEntry" - show_history="true"/> + label="Viewer Object Cache" + stat="LLVOCacheEntry"/> <stat_bar name="LLDrawable" - label="LLDrawable Memory" - stat="class LLDrawable" - show_history="true"/> + label="Drawables" + stat="LLDrawable"/> <stat_bar name="LLImage" - label="LLImage Memory" - stat="class LLImageBase" - show_history="true"/> + label="Image Data" + stat="LLImage"/> + <stat_bar name="LLImageGL" + label="GL Image Data" + stat="LLImageGL"/> + <stat_bar name="LLVertexBuffer" + label="Vertex Buffers" + stat="LLVertexBuffer"/> </stat_view> <stat_view name="network" label="Network" |