Difference between revisions of "Core.profilerStart"
From GiderosMobile
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Start recording of time spent in each lua function. | Start recording of time spent in each lua function. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
Core.profilerStart() | Core.profilerStart() | ||
</source> | </source> | ||
− | |||
{{Core}} | {{Core}} |
Revision as of 18:39, 18 January 2023
Available since: Gideros 2017.8
Class: Core
Description
Start recording of time spent in each lua function.
Core.profilerStart()
- Core
- Core.asyncCall
- Core.asyncThread
- Core.class
- Core.enableAllocationTracking
- Core.fileLoad
- Core.fileSave
- Core.findReferences
- Core.frameStatistics
- Core.getScriptPath
- Core.profilerReport
- Core.profilerReset
- Core.profilerStart
- Core.profilerStop
- Core.random
- Core.randomSeed
- Core.setAutoYield
- Core.signal
- Core.stopping
- Core.yield
- Core.yieldable
- Core.yieldlock