diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 52e03b2..1b26cc3 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1938,6 +1938,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1938 | /// <param name="ticks">Elapsed Stopwatch ticks</param> | 1938 | /// <param name="ticks">Elapsed Stopwatch ticks</param> |
1939 | public void AddScriptExecutionTime(long ticks) | 1939 | public void AddScriptExecutionTime(long ticks) |
1940 | { | 1940 | { |
1941 | StatsReporter.addScriptEvents(1); | ||
1941 | Interlocked.Add(ref m_scriptExecutionTime, ticks); | 1942 | Interlocked.Add(ref m_scriptExecutionTime, ticks); |
1942 | } | 1943 | } |
1943 | 1944 | ||