Searched refs:getElapsedSeconds (Results 1 – 9 of 9) sorted by relevance
/external/catch2/include/internal/ |
D | catch_timer.h | 25 auto getElapsedSeconds() const -> double;
|
D | catch_section.cpp | 24 SectionEndInfo endInfo{ m_info, m_assertions, m_timer.getElapsedSeconds() }; in ~Section()
|
D | catch_timer.cpp | 69 auto Timer::getElapsedSeconds() const -> double { in getElapsedSeconds() function in Catch::Timer
|
D | catch_run_context.cpp | 356 duration = timer.getElapsedSeconds(); in runCurrentTest()
|
/external/catch2/include/reporters/ |
D | catch_reporter_junit.cpp | 107 double suiteTime = suiteTimer.getElapsedSeconds(); in testGroupEnded()
|
D | catch_reporter_xml.cpp | 193 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2290 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/ |
D | catch.hpp | 2875 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/ |
D | catch.hpp | 2897 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()
|