mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user