MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / getElapsedSeconds

Method getElapsedSeconds

unittests/catch.hpp:10578–10580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10576 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
10577 }
10578 auto Timer::getElapsedSeconds() const -> double {
10579 return getElapsedMicroseconds()/1000000.0;
10580 }
10581
10582} // namespace Catch
10583// end catch_timer.cpp

Callers 4

runCurrentTestMethod · 0.80
~SectionMethod · 0.80
testGroupEndedMethod · 0.80
testCaseEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected