MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / start

Method start

tests/catch.hpp:12071–12073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12069 }
12070
12071 void Timer::start() {
12072 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
12073 }
12074 auto Timer::getElapsedNanoseconds() const -> uint64_t {
12075 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
12076 }

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