MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / start

Method start

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10488–10490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10486}
10487
10488void Timer::start() {
10489 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
10490}
10491auto Timer::getElapsedNanoseconds() const -> uint64_t {
10492 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
10493}

Callers 5

BenchmarkLooperMethod · 0.45
runCurrentTestMethod · 0.45
SectionMethod · 0.45
testGroupStartingMethod · 0.45
testCaseStartingMethod · 0.45

Calls 1

Tested by

no test coverage detected