MCPcopy Create free account
hub / github.com/cirquit/trdrop / Timer

Method Timer

ext/catch.hpp:2381–2381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379 class Timer {
2380 public:
2381 Timer() : m_ticks( 0 ) {}
2382 void start();
2383 unsigned int getElapsedMicroseconds() const;
2384 unsigned int getElapsedMilliseconds() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected