aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-10 23:48:53 +0100
committerJustin Clark-Casey (justincc)2011-10-10 23:48:53 +0100
commit62aad4c18f1ebc0780ce47cf179f3d5550ff0837 (patch)
treec238bbc4d994b7577fa93a25fdbde5f9df2caac6 /OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
parentConvert getLastReportedSimFPS() and getLastReportedSimStats() into more idiom... (diff)
downloadopensim-SC_OLD-62aad4c18f1ebc0780ce47cf179f3d5550ff0837.zip
opensim-SC_OLD-62aad4c18f1ebc0780ce47cf179f3d5550ff0837.tar.gz
opensim-SC_OLD-62aad4c18f1ebc0780ce47cf179f3d5550ff0837.tar.bz2
opensim-SC_OLD-62aad4c18f1ebc0780ce47cf179f3d5550ff0837.tar.xz
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.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SimStatsReporter.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SimStatsReporter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
index b9d38d0..8e1c8f0 100644
--- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
+++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes
52 52
53 private YourStatsAreWrong handlerStatsIncorrect = null; 53 private YourStatsAreWrong handlerStatsIncorrect = null;
54 54
55 private enum Stats : uint 55 public enum Stats : uint
56 { 56 {
57 TimeDilation = 0, 57 TimeDilation = 0,
58 SimFPS = 1, 58 SimFPS = 1,