MCPcopy Create free account
hub / github.com/SmingHub/Sming / ClockTestTemplate

Method ClockTestTemplate

tests/HostTests/modules/Clocks.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.70
FFunction · 0.50

Tested by

no test coverage detected