Difference between revisions of "Core.profilerStart"
From GiderosMobile
| Line 2: | Line 2: | ||
| '''Available since:''' Gideros 2017.8<br/> | '''Available since:''' Gideros 2017.8<br/> | ||
| === Description === | === Description === | ||
| − | Start recording of time spent in each lua function | + | <translate>Start recording of time spent in each lua function</translate> | 
| <source lang="lua"> | <source lang="lua"> | ||
|   Core.profilerStart() |   Core.profilerStart() | ||
| </source> | </source> | ||
Revision as of 13:38, 23 August 2018
Available since: Gideros 2017.8
Description
Start recording of time spent in each lua function
 Core.profilerStart()
