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

Method elapsed

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

Source from the content-addressed store, hash-verified

6387 void finish() override { finished = Clock::now(); }
6388
6389 ClockDuration<Clock> elapsed() const { return finished - started; }
6390
6391 TimePoint<Clock> started;
6392 TimePoint<Clock> finished;

Callers 2

measure_oneFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected