diff options
author | Justin Clark-Casey (justincc) | 2012-10-04 01:27:40 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-04 01:27:40 +0100 |
commit | 3d36a6d55cb0bba408f5447d4596c12564366030 (patch) | |
tree | d7eaccf274aa68e7dedaba0f839646cf66ce8240 /OpenSim/Region/Framework | |
parent | Add experimental "slow frames" stat, available in "show stats" and via the mo... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | 2 |
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, |