Updated tracing with loading static and improved SCHEDULER

- Tracing is by default switched off when using Moose in static mode.
- SCHEDULER is now correctly rescheduling when repeating the loop.
- Modified the loaders, adding the default trace on in case of dynamic
and off in case of static loading.
This commit is contained in:
FlightControl
2016-06-15 05:54:21 +02:00
parent 37510ab647
commit 5bd0595b35
28 changed files with 470 additions and 331 deletions

View File

@@ -1,13 +1,7 @@
local base = _G
Include = {}
Include.Path = function()
local str = debug.getinfo(2, "S").source
return str:match("(.*/)"):sub(1,-2):gsub("\\","/")
end
Include.Files = {}
Include.File = function( IncludeFile )
end
Include.Files = {}