Timer

by Audeuro
Simple, yet accurate timer.
ID:128705
 
This is a simple, yet accurate timer that I made in my spare time for testing around.

Changelog

Version 6:
  • Added Pause() and updated the demo to demonstrate this.
  • Fixed a problem where Seconds() with a lap-timer wouldn't add the current time if the timer was running.


Version 4:
  • Whoops, mistakenly rounded numbers.


Version 3:
  • Fixed a few bugs with the library in ticks mode, and the demo. (Mobius Evalon)

Version 2:
  • Added the ability to get all times in ticks, as opposed to seconds. This allows for greater accuracy, I believe.