This commit is contained in:
Applevangelist
2022-09-06 10:47:25 +02:00
parent a437da76ec
commit bf9f02e53a
2 changed files with 227 additions and 189 deletions

View File

@@ -283,8 +283,6 @@ end
-- @return #number Function time in seconds.
function PROFILER.getData( func )
function PROFILER.getData(func)
local n=PROFILER.dInfo[func]
if n.what=="C" then