Type Function Library system.* Return value Number Revision 2017.3060 Keywords system timer, timer, time, millisecond
Returns time in milliseconds since application launch. The fractional part of the returned value may return microseconds if the hardware supports it.
system.getTimer()
print( system.getTimer() ) -- Displays the time running (in milliseconds)