Home
last modified time | relevance | path

Searched refs:getElapsedSeconds (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2859 auto getElapsedSeconds() const -> double;
12766 duration = timer.getElapsedSeconds(); in runCurrentTest()
12945 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
14694 auto Timer::getElapsedSeconds() const -> double { in getElapsedSeconds() function in Catch::Timer
16547 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
17057 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()