Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_timer.h25 auto getElapsedSeconds() const -> double;
Dcatch_section.cpp24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
Dcatch_timer.cpp69 auto Timer::getElapsedSeconds() const -> double { in getElapsedSeconds() function in Catch::Timer
Dcatch_run_context.cpp356 duration = timer.getElapsedSeconds(); in runCurrentTest()
/external/catch2/include/reporters/
Dcatch_reporter_junit.cpp107 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
Dcatch_reporter_xml.cpp193 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
/external/bcc/tests/cc/
Dcatch.hpp2290 double getElapsedSeconds() const;
6087 duration = timer.getElapsedSeconds(); in runCurrentTest()
7723 double Timer::getElapsedSeconds() const { in getElapsedSeconds() function in Catch::Timer
7855 SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); in ~Section()
9229 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
9313 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp2875 auto getElapsedSeconds() const -> double;
12796 duration = timer.getElapsedSeconds(); in runCurrentTest()
12975 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
14725 auto Timer::getElapsedSeconds() const -> double { in getElapsedSeconds() function in Catch::Timer
16574 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
17080 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
/external/libabigail/tests/lib/
Dcatch.hpp2897 auto getElapsedSeconds() const -> double;
12939 duration = timer.getElapsedSeconds(); in runCurrentTest()
13118 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
14932 auto Timer::getElapsedSeconds() const -> double { in getElapsedSeconds() function in Catch::Timer
16827 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
17338 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()