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

Method getElapsedSeconds

extern/Catch2/catch.hpp:14996–14998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14994 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
14995 }
14996 auto Timer::getElapsedSeconds() const -> double {
14997 return getElapsedMicroseconds()/1000000.0;
14998 }
14999
15000} // namespace Catch
15001// 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