mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/Apple/Develop' into develop
# Conflicts: # Moose Development/Moose/Core/Database.lua # Moose Development/Moose/Core/Set.lua # Moose Development/Moose/Utilities/Profiler.lua
This commit is contained in:
@@ -281,6 +281,8 @@ end
|
||||
-- @return #string Source file name.
|
||||
-- @return #string Line number.
|
||||
-- @return #number Function time in seconds.
|
||||
function PROFILER.getData( func )
|
||||
|
||||
function PROFILER.getData(func)
|
||||
|
||||
local n=PROFILER.dInfo[func]
|
||||
|
||||
Reference in New Issue
Block a user