Searched refs:getElapsedMicroseconds (Results 1 – 1 of 1) sorted by relevance
2296 unsigned int getElapsedMicroseconds() const;7776 unsigned int Timer::getElapsedMicroseconds() const { in getElapsedMicroseconds() function in Catch::Timer7780 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()7783 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()