Merge branch 'master' into careminster

This commit is contained in:
Melanie
2012-10-23 17:25:40 +01:00
17 changed files with 768 additions and 418 deletions

View File

@@ -246,11 +246,13 @@ namespace OpenSim.Region.Framework.Scenes
= new Stat(
"SlowFrames",
"Slow Frames",
"Number of frames where frame time has been significantly longer than the desired frame time.",
" frames",
"scene",
m_scene.Name,
StatVerbosity.Info,
"Number of frames where frame time has been significantly longer than the desired frame time.");
StatType.Push,
null,
StatVerbosity.Info);
StatsManager.RegisterStat(SlowFramesStat);
}