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

Function printTimerDetails

samples/LiveDebug/app/application.cpp:628–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628void printTimerDetails()
629{
630 Serial << procTimer << ", maxTicks = " << procTimer.maxTicks()
631 << ", maxTime = " << procTimer.micros().ticksToTime(procTimer.maxTicks()).value() << endl;
632}
633
634} // namespace
635

Callers 1

GDB_IRAM_ATTR initFunction · 0.85

Calls 4

microsMethod · 0.80
maxTicksMethod · 0.45
valueMethod · 0.45
ticksToTimeMethod · 0.45

Tested by

no test coverage detected