Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_timer.h24 auto getElapsedMilliseconds() const -> unsigned int;
Dcatch_timer.cpp66 auto Timer::getElapsedMilliseconds() const -> unsigned int { in getElapsedMilliseconds() function in Catch::Timer
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp165 << m_testTimer.getElapsedMilliseconds() << "']\n"; in testCaseEnded()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp165 << m_testTimer.getElapsedMilliseconds() << "']\n"; in testCaseEnded()
Dcatch.hpp2524 auto getElapsedMilliseconds() const -> unsigned int;
12316 auto Timer::getElapsedMilliseconds() const -> unsigned int { in getElapsedMilliseconds() function in Catch::Timer
/external/bcc/tests/cc/
Dcatch.hpp2289 unsigned int getElapsedMilliseconds() const;
7720 unsigned int Timer::getElapsedMilliseconds() const { in getElapsedMilliseconds() function in Catch::Timer