MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / start

Method start

extlibs/catch/include/catch/catch.hpp:6386–6386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6384 template <typename Clock>
6385 struct ChronometerModel final : public ChronometerConcept {
6386 void start() override { started = Clock::now(); }
6387 void finish() override { finished = Clock::now(); }
6388
6389 ClockDuration<Clock> elapsed() const { return finished - started; }

Callers

nothing calls this directly

Calls 1

nowClass · 0.85

Tested by

no test coverage detected