Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2849 auto getCurrentNanosecondsSinceEpoch() -> uint64_t;
14642 auto getCurrentNanosecondsSinceEpoch() -> uint64_t { in getCurrentNanosecondsSinceEpoch() function
14651 auto startTime = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution()
14656 uint64_t baseTicks = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution()
14658 ticks = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution()
14683 m_nanoseconds = getCurrentNanosecondsSinceEpoch(); in start()
14686 return getCurrentNanosecondsSinceEpoch() - m_nanoseconds; in getElapsedNanoseconds()