MCPcopy Create free account
hub / github.com/apache/trafficserver / getElapsedSeconds

Method getElapsedSeconds

lib/catch2/catch.hpp:14994–14996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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