Skip to content
Snippets Groups Projects
Commit 7d979abb authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Remove dead stats from stats floater

parent c19d7ef2
No related branches found
No related tags found
No related merge requests found
...@@ -161,8 +161,6 @@ class LLImageBase ...@@ -161,8 +161,6 @@ class LLImageBase
static EImageCodec getCodecFromExtension(const std::string& exten); static EImageCodec getCodecFromExtension(const std::string& exten);
//static LLTrace::MemStatHandle sMemStat;
private: private:
U8 *mData; U8 *mData;
S32 mDataSize; S32 mDataSize;
......
...@@ -133,54 +133,6 @@ ...@@ -133,54 +133,6 @@
label="Bound Mem" label="Bound Mem"
stat="glboundmemstat"/> stat="glboundmemstat"/>
</stat_view> </stat_view>
<stat_view name="memory"
label="Memory Usage">
<stat_bar name="LLTrace"
label="LLTrace"
stat="LLTrace"/>
<stat_bar name="LLView"
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="Viewer Objects"
stat="LLViewerObject"/>
<stat_bar name="LLViewerOctreeGroup"
label="Octree Group Data"
stat="LLViewerOctreeGroup"/>
<stat_bar name="LLViewerOctreeEntry"
label="Octree Data"
stat="LLViewerOctreeEntry"/>
<stat_bar name="LLVOCacheEntry"
label="Viewer Object Cache"
stat="LLVOCacheEntry"/>
<stat_bar name="LLDrawable"
label="Drawables"
stat="LLDrawable"/>
<stat_bar name="LLFace"
label="Face Data"
stat="LLFace"/>
<stat_bar name="LLDrawInfo"
label="Draw Info"
stat="LLDrawInfo"/>
<stat_bar name="LLTexture"
label="Texture Data"
stat="LLTexture"/>
<stat_bar name="LLImage"
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" <stat_view name="network"
label="Network" label="Network"
setting="OpenDebugStatNet"> setting="OpenDebugStatNet">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment