diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-06 11:00:08 -0800 |
commit | a61bb4eb21fb834480dbfe62a6722ba5c61720f0 (patch) | |
tree | 2bfa177bee8c5ca5791174947ad38c93389b4d87 /indra/newview/llvoavatarself.h | |
parent | 06a7f5ad02f7f81c06dc50fca6e29e5322c5631e (diff) | |
parent | 289d756ea86bd3898f41592146d8f549cd056846 (diff) |
Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development.
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 74ff47a3e4..54dbe81993 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -41,6 +41,7 @@ struct LocalTextureData; class LLVOAvatarSelf : public LLVOAvatar { + LOG_CLASS(LLVOAvatarSelf); /******************************************************************************** ** ** @@ -358,6 +359,8 @@ public: void debugWearablesLoaded() { mDebugTimeWearablesLoaded = mDebugSelfLoadTimer.getElapsedTimeF32(); } void debugAvatarVisible() { mDebugTimeAvatarVisible = mDebugSelfLoadTimer.getElapsedTimeF32(); } void outputRezDiagnostics() const; + void outputRezTiming(const std::string& msg) const; + void reportAvatarRezTime() const; void debugBakedTextureUpload(LLVOAvatarDefines::EBakedTextureIndex index, BOOL finished); static void debugOnTimingLocalTexLoaded(BOOL success, LLViewerFetchedTexture *src_vi, LLImageRaw* src, LLImageRaw* aux_src, S32 discard_level, BOOL final, void* userdata); |