aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
diff options
context:
space:
mode:
authorSteven Zielinski2015-04-30 15:45:11 -0400
committerSteven Zielinski2015-04-30 16:02:45 -0400
commit625452b84baf68775454209fd2d3198f138762f2 (patch)
tree6cdcd340f1095ef3af46c53716914d14e78ed34d /OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
parentReadded file to repository. Acciedently removed. (diff)
downloadopensim-SC_OLD-625452b84baf68775454209fd2d3198f138762f2.zip
opensim-SC_OLD-625452b84baf68775454209fd2d3198f138762f2.tar.gz
opensim-SC_OLD-625452b84baf68775454209fd2d3198f138762f2.tar.bz2
opensim-SC_OLD-625452b84baf68775454209fd2d3198f138762f2.tar.xz
Updated phase 2 to have the changes originally done in phase 1 for the defaultNumberFramesStored.
Test Plan: Tested using opensim standalone on windows with json stats. Reviewers: rlouden Reviewed By: rlouden Differential Revision: http://cr.irl.ucf.edu/D275
Diffstat (limited to '')
-rwxr-xr-xOpenSim/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 07d5f04..8918c3b 100755
--- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
+++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
@@ -228,7 +228,7 @@ namespace OpenSim.Region.Framework.Scenes
228 // the Total, Simulation, Physics, and Network Frame Time; It is set to 228 // the Total, Simulation, Physics, and Network Frame Time; It is set to
229 // 10 by default but can be changed by the OpenSim.ini configuration file 229 // 10 by default but can be changed by the OpenSim.ini configuration file
230 // NumberOfFrames parameter 230 // NumberOfFrames parameter
231 private int m_numberFramesStored = 10; 231 private int m_numberFramesStored = Scene.m_defaultNumberFramesStored;
232 232
233 // The arrays that will hold the time it took to run the past N frames, 233 // The arrays that will hold the time it took to run the past N frames,
234 // where N is the num_frames_to_average given by the configuration file 234 // where N is the num_frames_to_average given by the configuration file