diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-17 09:45:03 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-02-17 09:45:03 -0500 |
commit | 951f7571e8ca4b37bebe7e70926ca72b8476a3f7 (patch) | |
tree | 23dd8e264209b146483864459cab568af4b3f5b9 /indra/newview/llvoavatar.h | |
parent | d6098c7b41c71d3a1dafb3790d64ce840357a118 (diff) |
SH-2968 WIP - simplified and consolidated DebugAvatarRezTime logging
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llvoavatar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index dd0317f555..cadebb8b6a 100644..100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -983,6 +983,7 @@ private: // Avatar Rez Metrics //-------------------------------------------------------------------- public: + void debugAvatarRezTime(std::string notification_name, std::string comment = ""); F32 debugGetExistenceTimeElapsedF32() const { return mDebugExistenceTimer.getElapsedTimeF32(); } protected: LLFrameTimer mRuthDebugTimer; // For tracking how long it takes for av to rez |