clock

The function clock takes no argument, and returns the clock ticks since the start of the program (the interpreter). The system clock usually ticks 1000 times per second, so that clock() returns the amount of milliseconds that have passed since the invoke of the interpreter.



oz 2009-12-22