User Tools

Site Tools


ixe:irpl:timers:elapsedtime

ElapsedTime

ElapsedTime ->time

Description

Pushes to the stack the number of milliseconds, as a floating point number, since the application started.

Examples

# Measure how long it takes to call a function
ElapsedTime ->startTime
@SomeFunctionCall
ElapsedTime ->stopTime
traceallsp("TIME: " <-stopTime <-startTime -)
ixe/irpl/timers/elapsedtime.txt · Last modified: 2025/01/18 10:20 by Karsten75