Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_timer.cpp63 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer
67 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()
70 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()
Dcatch_timer.h23 auto getElapsedMicroseconds() const -> uint64_t;
/external/bcc/tests/cc/
Dcatch.hpp2288 unsigned int getElapsedMicroseconds() const;
7717 unsigned int Timer::getElapsedMicroseconds() const { in getElapsedMicroseconds() function in Catch::Timer
7721 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()
7724 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()
/external/catch2/single_include/catch2/
Dcatch.hpp2523 auto getElapsedMicroseconds() const -> uint64_t;
12313 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer
12317 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()
12320 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()