Lines Matching defs:SteadyClock
16 #define HST_LOG_TAG "SteadyClock"
27 int64_t SteadyClock::GetCurrentTimeMs()
32 int64_t SteadyClock::GetCurrentTimeNanoSec()
36 SteadyClock::SteadyClock() : begin_(high_resolution_clock::now())
41 void SteadyClock::Reset()
47 int64_t SteadyClock::ElapsedMilliseconds()
52 int64_t SteadyClock::ElapsedMicroseconds()
57 int64_t SteadyClock::ElapsedNanoseconds()
62 int64_t SteadyClock::ElapsedSeconds()