summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstats.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-05-18 19:14:43 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-05-18 19:14:43 -0700
commitcab86a913d4e94cc923518638e177d6284af2542 (patch)
tree387aa9e1d0dfc25f7e3f1ecac7929db86c4c4ad9 /indra/newview/llviewerstats.h
parent8bc499f13c6c92acfe1453c554bdb5bf32a005e2 (diff)
PATH-638: Adding elements to render the new sim stats.
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r--indra/newview/llviewerstats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h
index f91a1241fe..37812f1079 100644
--- a/indra/newview/llviewerstats.h
+++ b/indra/newview/llviewerstats.h
@@ -71,6 +71,10 @@ public:
LLStat mSimSimPhysicsShapeUpdateMsec;
LLStat mSimSimPhysicsOtherMsec;
+ LLStat mSimSimAIStepMsec;
+ LLStat mSimSimSkippedSilhouetteSteps;
+ LLStat mSimSimPctSteppedCharacters;
+
LLStat mSimAgentMsec;
LLStat mSimImagesMsec;
LLStat mSimScriptMsec;
@@ -83,6 +87,7 @@ public:
LLStat mSimObjects;
LLStat mSimActiveObjects;
LLStat mSimActiveScripts;
+ LLStat mSimPctScriptsRun;
LLStat mSimInPPS;
LLStat mSimOutPPS;