Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2857 auto getElapsedMicroseconds() const -> uint64_t;
14688 auto Timer::getElapsedMicroseconds() const -> uint64_t { in getElapsedMicroseconds() function in Catch::Timer
14692 return static_cast<unsigned int>(getElapsedMicroseconds()/1000); in getElapsedMilliseconds()
14695 return getElapsedMicroseconds()/1000000.0; in getElapsedSeconds()