Difference between revisions of "Core.profilerStart"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Start recording of time spent in each lua function <source lang="lua"> = Core.profilerStart() </source>")
 
Line 4: Line 4:
 
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>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2017.8

Description

Start recording of time spent in each lua function

 Core.profilerStart()