diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-06 14:10:16 -0500 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-06 14:10:16 -0500 |
| commit | c03c7eaa460e097093304177d9ba23e9af57a959 (patch) | |
| tree | 3a429c15c4ac70dc85b9a4f6cc5f4c77e5548eda /indra/newview/llvoavatarself.cpp | |
| parent | 4e7bef91a72f6b08414fa56e9516159b848f818c (diff) | |
SH-2970 WIP - framework for tracking various phases of avatar rezzing/outfit changing
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rwxr-xr-x | indra/newview/llvoavatarself.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index f14b3c2b6b..2c206347bc 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2072,6 +2072,7 @@ LLSD LLVOAvatarSelf::metricsData() result["timers"]["ruth"] = mRuthTimer.getElapsedTimeF32(); result["timers"]["invisible"] = mInvisibleTimer.getElapsedTimeF32(); result["timers"]["fully_loaded"] = mFullyLoadedTimer.getElapsedTimeF32(); + result["phases"] = dumpPhases(); return result; } |
