summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobjectlist.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-03-15 11:57:29 -0700
committerRichard Linden <none@none>2012-03-15 11:57:29 -0700
commit3672956f0da4020335fc8c3066f1099c1ceaa00d (patch)
tree34ebc3763c20d7a16d69a1798ae9d58d5da3853a /indra/newview/llviewerobjectlist.h
parent8efce456afa2f63038594752f491b521e168fbdf (diff)
added stats tracking for texture/object cache hit rates and texture cache read latency
Diffstat (limited to 'indra/newview/llviewerobjectlist.h')
-rw-r--r--indra/newview/llviewerobjectlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerobjectlist.h b/indra/newview/llviewerobjectlist.h
index c5f2a2c1ee..64925f46ae 100644
--- a/indra/newview/llviewerobjectlist.h
+++ b/indra/newview/llviewerobjectlist.h
@@ -192,6 +192,8 @@ protected:
std::vector<OrphanInfo> mOrphanChildren; // UUID's of orphaned objects
S32 mNumOrphans;
+ static LLStat sCacheHitRate;
+
typedef std::vector<LLPointer<LLViewerObject> > vobj_list_t;
vobj_list_t mObjects;