MCPcopy Create free account
hub / github.com/RenderKit/embree / start

Method start

tutorials/external/catch.hpp:12343–12345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12341 }
12342
12343 void Timer::start() {
12344 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
12345 }
12346 auto Timer::getElapsedNanoseconds() const -> uint64_t {
12347 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
12348 }

Callers 6

BenchmarkLooperMethod · 0.80
runCurrentTestMethod · 0.80
catch.hppFile · 0.80
SectionMethod · 0.80
testGroupStartingMethod · 0.80
testCaseStartingMethod · 0.80

Calls 1

Tested by

no test coverage detected