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 17:39, 18 January 2023
Available since: Gideros 2017.8
Class: Core
Description
Start recording of time spent in each lua function.
Core.profilerStart()