Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_one
Function · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected