diff options
author | Michael Heilmann | 2015-05-06 11:33:02 -0400 |
---|---|---|
committer | Michael Heilmann | 2015-05-06 11:33:02 -0400 |
commit | ff40cc43fa636b0a33ed96cf481d5958a22e247b (patch) | |
tree | 94e487b57004ed6f67120242690434847ae562c1 /OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | |
parent | Merge pull request #1 from gamucf/moses.metricsPhase1 (diff) | |
parent | Merge remote-tracking branch 'upstream/master' into moses.metricsPhase1 (diff) | |
download | opensim-SC-ff40cc43fa636b0a33ed96cf481d5958a22e247b.zip opensim-SC-ff40cc43fa636b0a33ed96cf481d5958a22e247b.tar.gz opensim-SC-ff40cc43fa636b0a33ed96cf481d5958a22e247b.tar.bz2 opensim-SC-ff40cc43fa636b0a33ed96cf481d5958a22e247b.tar.xz |
Merge pull request #5 from gamucf/moses.metricsPhase1
Moses.metrics phase1
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SimStatsReporter.cs')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs index 6182bcd..0eab898 100755 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs | |||
@@ -217,7 +217,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
217 | // the Total, Simulation, Physics, and Network Frame Time; It is set to | 217 | // the Total, Simulation, Physics, and Network Frame Time; It is set to |
218 | // 10 by default but can be changed by the OpenSim.ini configuration file | 218 | // 10 by default but can be changed by the OpenSim.ini configuration file |
219 | // NumberOfFrames parameter | 219 | // NumberOfFrames parameter |
220 | private int m_numberFramesStored = 10; | 220 | private int m_numberFramesStored = Scene.m_defaultNumberFramesStored; |
221 | 221 | ||
222 | // The arrays that will hold the time it took to run the past N frames, | 222 | // The arrays that will hold the time it took to run the past N frames, |
223 | // where N is the num_frames_to_average given by the configuration file | 223 | // where N is the num_frames_to_average given by the configuration file |