dziemborowicz / hourglass

The simple countdown timer for Windows.
MIT License
650 stars 114 forks source link

Countdown and stopwatch have millisecond precision #82

Open 4evermaat opened 8 years ago

4evermaat commented 8 years ago

The countdown or count up (stopwatch) you display should at least have millisecond precision (microsecond precision if possible).

so you have DDD:HH:MM:SS.mmm.mic

At least millisecond precision.

DDD:HH:MM:SS.mmm

Microseconds may not be needed, but if you can put it there, might as well.

https://twitter.com/Dziemborowicz/status/674106790481518592

prat0088 commented 8 years ago

Why is this needed? You're never going to be able to start or stop the timer with that much accuracy.