1# Test a timer implementations variance and long term drift
2
3Records and calculates statistical values against a timer validating that.
4
51. Timer variance and standard deviation is below defined acceptable values.
62. Periodic timers do not drift in either direction from expected total time.
7
8Timers are meant to be precise and accurate. This test validates an implementation is both.
9