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

Method start

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

Source from the content-addressed store, hash-verified

14980 }
14981
14982 void Timer::start() {
14983 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
14984 }
14985 auto Timer::getElapsedNanoseconds() const -> uint64_t {
14986 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
14987 }

Callers 11

runMethod · 0.45
mainMethod · 0.45
testRunStartingMethod · 0.45
measureMethod · 0.45
runCurrentTestMethod · 0.45
catch.hppFile · 0.45
SectionMethod · 0.45
testGroupStartingMethod · 0.45
testCaseStartingMethod · 0.45
run_grpc_serverFunction · 0.45
DoInitializationFunction · 0.45

Calls 1

Tested by 2

runMethod · 0.36
mainMethod · 0.36