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

Method finish

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

Source from the content-addressed store, hash-verified

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; }
6390

Callers 1

measureMethod · 0.80

Calls 1

nowClass · 0.85

Tested by

no test coverage detected