aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
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