mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
oops lost a stat
This commit is contained in:
@@ -407,6 +407,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
newvalues[(int)StatsIndex.SimSpareMs] = (float)Math.Round(sparetime, 3);
|
||||
newvalues[(int)StatsIndex.SimPhysicsStepMs] = 20; // this should came from phys engine
|
||||
newvalues[(int)StatsIndex.ScriptMS] = scriptTimeMS;
|
||||
newvalues[(int)StatsIndex.ScriptEps] = (float)Math.Round(m_scriptEventsPerSecond * updateTimeFactor);
|
||||
|
||||
// add extra stats for internal use
|
||||
newvalues[(int)StatsIndex.LSLScriptLinesPerSecond] = (float)Math.Round(m_scriptLinesPerSecond * updateTimeFactor, 3);
|
||||
|
||||
Reference in New Issue
Block a user