MCPcopy Create free account
hub / github.com/RenderKit/embree / getElapsedSeconds

Method getElapsedSeconds

tutorials/external/catch.hpp:12355–12357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12353 return static_cast<unsigned int>(getElapsedMicroseconds()/1000);
12354 }
12355 auto Timer::getElapsedSeconds() const -> double {
12356 return getElapsedMicroseconds()/1000000.0;
12357 }
12358
12359} // namespace Catch
12360// 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