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

Method getElapsedMicroseconds

tests/catch.hpp:12077–12079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12075 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds;
12076 }
12077 auto Timer::getElapsedMicroseconds() const -> uint64_t {
12078 return getElapsedNanoseconds()/1000;
12079 }
12080 auto Timer::getElapsedMilliseconds() const -> unsigned int {
12081 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
12082 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected