aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/newview/llviewerstats.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerstats.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerstats.h b/linden/indra/newview/llviewerstats.h
index 3c959a5..0ce4e79 100644
--- a/linden/indra/newview/llviewerstats.h
+++ b/linden/indra/newview/llviewerstats.h
@@ -94,7 +94,6 @@ public:
94 94
95 95
96 LLStat mSimPingStat; 96 LLStat mSimPingStat;
97 LLStat mUserserverPingStat;
98 97
99 void resetStats(); 98 void resetStats();
100public: 99public:
@@ -188,4 +187,13 @@ private:
188 187
189extern LLViewerStats *gViewerStats; 188extern LLViewerStats *gViewerStats;
190 189
190static const F32 SEND_STATS_PERIOD = 300.0f;
191
192// The following are from (older?) statistics code found in appviewer.
193void reset_statistics();
194void output_statistics(void*);
195void update_statistics(U32 frame_count);
196void send_stats();
197
198extern std::map<S32,LLFrameTimer> gDebugTimers;
191#endif // LL_LLVIEWERSTATS_H 199#endif // LL_LLVIEWERSTATS_H