mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Test a timer implementations variance and long term drift
Records and calculates statistical values against a timer validating that.
- Timer variance and standard deviation is below defined acceptable values.
- Periodic timers do not drift in either direction from expected total time.
Timers are meant to be precise and accurate. This test validates an implementation is both.