diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-09 17:57:50 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-09 17:57:50 -0400 |
commit | e4cced82343391292e61db03bb019e19827834c7 (patch) | |
tree | a9f737b1c64b9a60ade9c4296d0afd8bf3e1b96a /indra/newview/llvoavatar.h | |
parent | 7d739fbe5b5f53fdc9dc5bfc1358906cca44fc05 (diff) |
SH-3064 FIX - added cloud and cloud-or-gray stats to summary metrics. Moved summary metrics out of per-region info. Removed phase stats from avatar appearance change msg.
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index 7a1b780862..8b72682040 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -330,9 +330,12 @@ private: LLFrameTimer mRuthTimer; // TODO move all the phase stuff to its down data structure. +public: + typedef std::map<std::string,LLViewerStats::StatsAccumulator> phase_stats_t; typedef std::map<std::string,LLFrameTimer> phase_map_t; + +private: phase_map_t mPhases; - typedef std::map<std::string,LLViewerStats::StatsAccumulator> phase_stats_t; static phase_stats_t sPhaseStats; protected: |