diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerstats.h | 10 |
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(); |
100 | public: | 99 | public: |
@@ -188,4 +187,13 @@ private: | |||
188 | 187 | ||
189 | extern LLViewerStats *gViewerStats; | 188 | extern LLViewerStats *gViewerStats; |
190 | 189 | ||
190 | static const F32 SEND_STATS_PERIOD = 300.0f; | ||
191 | |||
192 | // The following are from (older?) statistics code found in appviewer. | ||
193 | void reset_statistics(); | ||
194 | void output_statistics(void*); | ||
195 | void update_statistics(U32 frame_count); | ||
196 | void send_stats(); | ||
197 | |||
198 | extern std::map<S32,LLFrameTimer> gDebugTimers; | ||
191 | #endif // LL_LLVIEWERSTATS_H | 199 | #endif // LL_LLVIEWERSTATS_H |