Add other region stats (total frame time, physics fps, etc.) currently missing from MonitorModule

Unlike the other 3 stats mechanisms, monitor data can be queried per individual region, which makes this useful.
This doesn't affect an of the existing monitored stats.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-10 23:48:53 +01:00
parent 19096bd391
commit 62aad4c18f
16 changed files with 326 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes
private YourStatsAreWrong handlerStatsIncorrect = null;
private enum Stats : uint
public enum Stats : uint
{
TimeDilation = 0,
SimFPS = 1,