aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llviewerstats.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewerstats.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llviewerstats.h b/linden/indra/newview/llviewerstats.h
index a0b80f2..f33ad02 100644
--- a/linden/indra/newview/llviewerstats.h
+++ b/linden/indra/newview/llviewerstats.h
@@ -63,7 +63,7 @@ public:
63 LLStat mSimFPS; 63 LLStat mSimFPS;
64 LLStat mSimPhysicsFPS; 64 LLStat mSimPhysicsFPS;
65 LLStat mSimAgentUPS; 65 LLStat mSimAgentUPS;
66 LLStat mSimLSLIPS; 66 LLStat mSimScriptEPS;
67 67
68 LLStat mSimFrameMsec; 68 LLStat mSimFrameMsec;
69 LLStat mSimNetMsec; 69 LLStat mSimNetMsec;
@@ -185,8 +185,6 @@ public:
185 185
186 void addToMessage(LLSD &body) const; 186 void addToMessage(LLSD &body) const;
187 187
188 static const char *statTypeToText(EStatType type);
189
190private: 188private:
191 F64 mStats[ST_COUNT]; 189 F64 mStats[ST_COUNT];
192 190