Difference between revisions of "Core.profilerStop"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2017.8<br/> | '''Available since:''' Gideros 2017.8<br/> | ||
=== Description === | === Description === | ||
− | Stop collecting profiling data | + | <translate>Stop collecting profiling data</translate> |
<source lang="lua"> | <source lang="lua"> | ||
Core.profilerStop() | Core.profilerStop() | ||
</source> | </source> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2017.8
Description
Stop collecting profiling data
Core.profilerStop()