MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getElapsedSeconds

Method getElapsedSeconds

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10500–10502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10498 return static_cast<unsigned int>(getElapsedMicroseconds() / 1000);
10499}
10500auto Timer::getElapsedSeconds() const -> double {
10501 return getElapsedMicroseconds() / 1000000.0;
10502}
10503
10504} // namespace Catch
10505// 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