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

Method getElapsedMicroseconds

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

Source from the content-addressed store, hash-verified

14686 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
14687 }
14688 auto Timer::getElapsedMicroseconds() const -> uint64_t {
14689 return getElapsedNanoseconds()/1000;
14690 }
14691 auto Timer::getElapsedMilliseconds() const -> unsigned int {
14692 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
14693 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected