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

Method elapsed

lib/catch2/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 6

measure_oneFunction · 0.45
runMethod · 0.45
update_statsMethod · 0.45
~Http2StreamMethod · 0.45
common_freeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected