This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-08-15 02:02:52 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a568f06b7faea807149205d0e47454e4883e4836
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Interfaces
History
Oren Hurvitz
a568f06b7f
When scripts are sleeping, don't count that as execution time
...
Sleeping doesn't use the CPU.
2015-08-11 08:44:27 +01:00
..
ICompiler.cs
If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the existing session use the previous strategy for that script rather than not starting the script at all.
2014-07-11 00:03:02 +01:00
IScript.cs
Another stab at cmickeyb's patch for script GC.
2009-08-07 20:43:23 +01:00
IScriptApi.cs
When scripts are sleeping, don't count that as execution time
2015-08-11 08:44:27 +01:00
IScriptEngine.cs
If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then continue to generate C# that is functionality identical to historical generation
2013-01-23 02:36:43 +00:00
IScriptInstance.cs
Report "Script Execution Time" as the time spent executing the script in the last 30 seconds. Use a sliding window to calculate this.
2015-08-11 08:42:26 +01:00