MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / start

Method start

extlibs/catch/include/catch/catch.hpp:14250–14252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14248 }
14249
14250 void Timer::start() {
14251 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
14252 }
14253 auto Timer::getElapsedNanoseconds() const -> uint64_t {
14254 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
14255 }

Callers 6

measureMethod · 0.45
runCurrentTestMethod · 0.45
catch.hppFile · 0.45
SectionMethod · 0.45
testGroupStartingMethod · 0.45
testCaseStartingMethod · 0.45

Calls 1

Tested by

no test coverage detected