aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-04 01:27:40 +0100
committerJustin Clark-Casey (justincc)2012-10-04 01:27:40 +0100
commit3d36a6d55cb0bba408f5447d4596c12564366030 (patch)
treed7eaccf274aa68e7dedaba0f839646cf66ce8240 /OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
parentAdd experimental "slow frames" stat, available in "show stats" and via the mo... (diff)
downloadopensim-SC_OLD-3d36a6d55cb0bba408f5447d4596c12564366030.zip
opensim-SC_OLD-3d36a6d55cb0bba408f5447d4596c12564366030.tar.gz
opensim-SC_OLD-3d36a6d55cb0bba408f5447d4596c12564366030.tar.bz2
opensim-SC_OLD-3d36a6d55cb0bba408f5447d4596c12564366030.tar.xz
Add generic PercentageStat.
Not yet used.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SimStatsReporter.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SimStatsReporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
index b7b5ea2..2addb5b 100644
--- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
+++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
@@ -245,7 +245,7 @@ namespace OpenSim.Region.Framework.Scenes
245 = new Stat( 245 = new Stat(
246 "SlowFrames", 246 "SlowFrames",
247 "Slow Frames", 247 "Slow Frames",
248 "frames", 248 " frames",
249 "scene", 249 "scene",
250 m_scene.Name, 250 m_scene.Name,
251 StatVerbosity.Info, 251 StatVerbosity.Info,