Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp79 m_testCaseTimer.start(); in testCaseStarting()
191 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
Dcatch_reporter_xml.h54 Timer m_testCaseTimer;
/external/bcc/tests/cc/
Dcatch.hpp9123 m_testCaseTimer.start(); in testCaseStarting()
9229 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()
9254 Timer m_testCaseTimer; member in Catch::XmlReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5741 Timer m_testCaseTimer; member in Catch::XmlReporter
14381 m_testCaseTimer.start(); in testCaseStarting()
14492 e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); in testCaseEnded()