summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-12 18:24:06 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-12 18:24:06 -0400
commit2f4cb7c534852c7cec142d102520b01a4a7b5c0d (patch)
treef254a22cf11dc149a6813b7aa68ed0b72315b2b8 /indra/newview/llvoavatarself.h
parentbcc2547911fe6bd3ab433118dcdbfd84b3f024ec (diff)
SH-2970 WIP - send per-appearance-change metrics packet (disabled)
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rwxr-xr-xindra/newview/llvoavatarself.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h
index c9098f174c..fc1b602764 100755
--- a/indra/newview/llvoavatarself.h
+++ b/indra/newview/llvoavatarself.h
@@ -370,6 +370,7 @@ public:
const std::string debugDumpLocalTextureDataInfo(const LLTexLayerSet* layerset) const; // Lists out state of this particular baked texture layer
const std::string debugDumpAllLocalTextureDataInfo() const; // Lists out which baked textures are at highest LOD
LLSD metricsData();
+ void sendAppearanceChangeMetrics(); // send data associated with completing a change.
private:
LLFrameTimer mDebugSelfLoadTimer;
F32 mDebugTimeWearablesLoaded;