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 17:40, 18 January 2023
Available since: Gideros 2017.8
Class: Core
Description
Stop collecting profiling data.
Core.profilerStop()