summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-08-30 19:24:07 -0700
committerRichard Linden <none@none>2012-08-30 19:24:07 -0700
commit88e455a3a536bae39a0c83ae9bc43cc1252ed4c0 (patch)
tree58f4ce4cd3396c1b13b430744ce3e91ce0fa28b2 /indra/newview/llvoavatarself.cpp
parentd48889198b9f5b39c195e237ae253339b2d89ef3 (diff)
parentaaac4c7df5858a2dfc385b195446476947244dad (diff)
Automated merge with http://bitbucket.org/lindenlab/viewer-cat
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rw-r--r--indra/newview/llvoavatarself.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 6ef9bdd238..93573ed52e 100644
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -2140,8 +2140,8 @@ LLSD LLVOAvatarSelf::metricsData()
result["timers"]["ruth"] = mRuthTimer.getElapsedTimeF32();
result["timers"]["invisible"] = mInvisibleTimer.getElapsedTimeF32();
result["timers"]["fully_loaded"] = mFullyLoadedTimer.getElapsedTimeF32();
- result["phases"] = getPhases().dumpPhases();
- result["startup"] = LLStartUp::getPhases().dumpPhases();
+ result["phases"] = getPhases().asLLSD();
+ result["startup"] = LLStartUp::getPhases().asLLSD();
return result;
}