Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp14656 uint64_t baseTicks = getCurrentNanosecondsSinceEpoch(); in estimateClockResolution() local
14659 } while( ticks == baseTicks ); in estimateClockResolution()
14661 auto delta = ticks - baseTicks; in estimateClockResolution()