MCPcopy Create free account
hub / github.com/Profactor/cv-plot / start

Method start

CvPlot/ext/catch2/inc/catch.hpp:14682–14684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14680 }
14681
14682 void Timer::start() {
14683 m_nanoseconds = getCurrentNanosecondsSinceEpoch();
14684 }
14685 auto Timer::getElapsedNanoseconds() const -> uint64_t {
14686 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
14687 }

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