Timer.start

Marks a start time, so that future calls to Timer.elapsed will report the time since Timer.start was called. Timer.new automatically marks the start time, so no need to call Timer.start immediately after creating the timer.

class Timer
void
start
()