Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2856 auto getElapsedNanoseconds() const -> uint64_t;
14685 auto Timer::getElapsedNanoseconds() const -> uint64_t { in getElapsedNanoseconds() function in Catch::Timer
14689 return getElapsedNanoseconds()/1000; in getElapsedMicroseconds()