Difference between revisions of "Core.profilerStop"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2017.8<br/> === Description === Stop collecting profiling data <source lang="lua"> = Core.profilerStop() </source>")
 
Line 4: Line 4:
 
Stop collecting profiling data
 
Stop collecting profiling data
 
<source lang="lua">
 
<source lang="lua">
= Core.profilerStop()
+
Core.profilerStop()
 
</source>
 
</source>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2017.8

Description

Stop collecting profiling data

 Core.profilerStop()