| 14 | using Micros = NanoTime::TimeSource<Clock, NanoTime::Microseconds, TimeType>; |
| 15 | |
| 16 | ClockTestTemplate() |
| 17 | : TestGroup(F("TimeSource: ") + Micros::toString()), refCycles("Reference cycles"), |
| 18 | calcCycles("Calculation cycles") |
| 19 | { |
| 20 | #if DEBUG_VERBOSE_LEVEL == DBG |
| 21 | verbose = true; |
| 22 | #endif |
| 23 | } |
| 24 | |
| 25 | void execute() override |
| 26 | { |