MCPcopy Create free account
hub / github.com/Profactor/cv-plot / start

Method start

CvPlot/ext/catch2/inc/catch.hpp:6542–6542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6540 template <typename Clock>
6541 struct ChronometerModel final : public ChronometerConcept {
6542 void start() override { started = Clock::now(); }
6543 void finish() override { finished = Clock::now(); }
6544
6545 ClockDuration<Clock> elapsed() const { return finished - started; }

Callers

nothing calls this directly

Calls 1

nowClass · 0.85

Tested by

no test coverage detected