MCPcopy Create free account
hub / github.com/apache/qpid-proton / elapsed

Method elapsed

tests/include/catch.hpp:6610–6610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6608 void finish() override { finished = Clock::now(); }
6609
6610 ClockDuration<Clock> elapsed() const { return finished - started; }
6611
6612 TimePoint<Clock> started;
6613 TimePoint<Clock> finished;

Callers 2

measure_oneFunction · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected