Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.45
main
Method · 0.45
testRunStarting
Method · 0.45
measure
Method · 0.45
runCurrentTest
Method · 0.45
catch.hpp
File · 0.45
Section
Method · 0.45
testGroupStarting
Method · 0.45
testCaseStarting
Method · 0.45
run_grpc_server
Function · 0.45
DoInitialization
Function · 0.45
Calls
1
getCurrentNanosecondsSinceEpoch
Function · 0.85
Tested by
2
run
Method · 0.36
main
Method · 0.36