Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_timer.cpp60 auto Timer::getElapsedNanoseconds() const -> uint64_t { in getElapsedNanoseconds() function in Catch::Timer
64 return getElapsedNanoseconds()/1000; in getElapsedMicroseconds()
Dcatch_timer.h22 auto getElapsedNanoseconds() const -> uint64_t;
/external/catch2/single_include/catch2/
Dcatch.hpp2872 auto getElapsedNanoseconds() const -> uint64_t;
14716 auto Timer::getElapsedNanoseconds() const -> uint64_t { in getElapsedNanoseconds() function in Catch::Timer
14720 return getElapsedNanoseconds()/1000; in getElapsedMicroseconds()
/external/libabigail/tests/lib/
Dcatch.hpp2894 auto getElapsedNanoseconds() const -> uint64_t;
14923 auto Timer::getElapsedNanoseconds() const -> uint64_t { in getElapsedNanoseconds() function in Catch::Timer
14927 return getElapsedNanoseconds()/1000; in getElapsedMicroseconds()