Searched refs:getElapsedMicroseconds (Results 1 – 5 of 5) sorted by relevance
63 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer67 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()70 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()
23 auto getElapsedMicroseconds() const -> uint64_t;
2288 unsigned int getElapsedMicroseconds() const;7717 unsigned int Timer::getElapsedMicroseconds() const { in getElapsedMicroseconds() function in Catch::Timer7721 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()7724 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()
2873 auto getElapsedMicroseconds() const -> uint64_t;14719 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer14723 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()14726 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()
2895 auto getElapsedMicroseconds() const -> uint64_t;14926 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer14930 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()14933 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()