summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-03 08:37:58 +0000
committerDon Kjer <don@lindenlab.com>2012-09-03 08:37:58 +0000
commit0c7623f628cbba999860379a2f5c302d94c1d287 (patch)
tree0f00c5f444c85575b09043b473e0c551faa7bddc /indra/newview/llvoavatar.h
parent1bd5fd8c50eb299ea96720db8cf0f9b25ec6e941 (diff)
Cleanup of llappearance refactor file definition order for easier diff'ing
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index 023711d81b..512522803a 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -1038,9 +1038,12 @@ private:
//--------------------------------------------------------------------
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
+ LLFrameTimer mDebugExistenceTimer; // Debugging for how long the avatar has been in memory.
/** Diagnostics
** **