Difference between revisions of "Core.profilerStop"
From GiderosMobile
m |
|||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Stop collecting profiling data. | Stop collecting profiling data. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Core.profilerStop() | |
</source> | </source> | ||
− | |||
{{Core}} | {{Core}} |
Revision as of 18:40, 18 January 2023
Available since: Gideros 2017.8
Class: Core
Description
Stop collecting profiling data.
Core.profilerStop()
- 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