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