Skip to content

Commit 614f2b1

Browse files
committed
update profiler
1 parent 772ec29 commit 614f2b1

2 files changed

Lines changed: 264 additions & 159 deletions

File tree

test/environment.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ do
358358
if PROFILING then profiler:Stop() end
359359

360360
if test_file_count > 0 then
361-
local times = profiler:GetSimpleSections()
361+
local times = profiler:GetSectionTimes()
362362

363363
-- base environment time is included in startup time, so remove it
364364
if times["startup"] then

0 commit comments

Comments
 (0)