Type Function Library system.* Return value Number Revision Release 2024.3703 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)