Searched refs:getCurrentNanosecondsSinceEpoch (Results 1 – 1 of 1) sorted by relevance
2849 auto getCurrentNanosecondsSinceEpoch() -> uint64_t;14642 auto getCurrentNanosecondsSinceEpoch() -> uint64_t { in getCurrentNanosecondsSinceEpoch() function14651 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()