diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs index 0d359b9..5398ab9 100644 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | |||
@@ -246,11 +246,13 @@ namespace OpenSim.Region.Framework.Scenes | |||
246 | = new Stat( | 246 | = new Stat( |
247 | "SlowFrames", | 247 | "SlowFrames", |
248 | "Slow Frames", | 248 | "Slow Frames", |
249 | "Number of frames where frame time has been significantly longer than the desired frame time.", | ||
249 | " frames", | 250 | " frames", |
250 | "scene", | 251 | "scene", |
251 | m_scene.Name, | 252 | m_scene.Name, |
252 | StatVerbosity.Info, | 253 | StatType.Push, |
253 | "Number of frames where frame time has been significantly longer than the desired frame time."); | 254 | null, |
255 | StatVerbosity.Info); | ||
254 | 256 | ||
255 | StatsManager.RegisterStat(SlowFramesStat); | 257 | StatsManager.RegisterStat(SlowFramesStat); |
256 | } | 258 | } |