Searched refs:getElapsedMicroseconds (Results 1 – 1 of 1) sorted by relevance
2857 auto getElapsedMicroseconds() const -> uint64_t;14688 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer14692 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()14695 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()