Type time:Timer

A time:Timer works as a stop watch, userful for measuring program exectution times and other things.
Constructors:
time:Timer()
Create and immediately start a time:Timer.
Functions:
elapsed()
Get the amount of time elapsed since this time:Timer was started, as a time:Time object.
Returns: The time:Time elapsed since this time:Timer started.
start()
Restart this time:Timer by resetting the start time.
stop()
Set the stop time of this time:Timer.
Returns: The time:Time elapsed since this time:Timer started.
time()
Returns: The time:Time elapsed between this time:Timer was started and stopped.