MCPcopy Create free account
hub / github.com/apache/trafficserver / finish

Method finish

lib/catch2/catch.hpp:6608–6608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6606 struct ChronometerModel final : public ChronometerConcept {
6607 void start() override { started = Clock::now(); }
6608 void finish() override { finished = Clock::now(); }
6609
6610 ClockDuration<Clock> elapsed() const { return finished - started; }
6611

Callers 1

measureMethod · 0.80

Calls 1

nowClass · 0.70

Tested by

no test coverage detected