summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-28 20:35:02 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-28 20:35:02 +0100
commit15039662f2aeef72a799d8a9a474ebe4141dd7cc (patch)
treeaa5be61cae72542b0742f243bd7097570e9ab3fc /indra/newview/llvoavatar.h
parent3e1100dbfa8549e8738bc68b5a4a2e5d36a0da85 (diff)
parenta5c9e30fc806cc8cf291b7da0fd4133ca8241fed (diff)
merge from viewer-public
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rw-r--r--indra/newview/llvoavatar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 924a05622c..fdda3bdd37 100644
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -922,6 +922,8 @@ private:
//--------------------------------------------------------------------
// Avatar Rez Metrics
//--------------------------------------------------------------------
+public:
+ F32 debugGetExistenceTimeElapsedF32() const { return mDebugExistenceTimer.getElapsedTimeF32(); }
protected:
LLFrameTimer mRuthDebugTimer; // For tracking how long it takes for av to rez
LLFrameTimer mDebugExistenceTimer; // Debugging for how long the avatar has been in memory.