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

Method getElapsedSeconds

extlibs/catch/include/catch/catch.hpp:14262–14264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14260 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
14261 }
14262 auto Timer::getElapsedSeconds() const -> double {
14263 return getElapsedMicroseconds()/1000000.0;
14264 }
14265
14266} // namespace Catch
14267// 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