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

Method getElapsedSeconds

tests/catch.hpp:12083–12085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12081 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
12082 }
12083 auto Timer::getElapsedSeconds() const -> double {
12084 return getElapsedMicroseconds()/1000000.0;
12085 }
12086
12087} // namespace Catch
12088// end catch_timer.cpp

Callers 4

catch.hppFile · 0.80
~SectionMethod · 0.80
testGroupEndedMethod · 0.80
testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected