Lines Matching defs:SteadyClock
16 #define HST_LOG_TAG "SteadyClock"
22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = { LOG_CORE, LOG_DOMAIN_FOUNDATION, "SteadyClock" };
31 int64_t SteadyClock::GetCurrentTimeMs()
36 int64_t SteadyClock::GetCurrentTimeNanoSec()
40 SteadyClock::SteadyClock() : begin_(high_resolution_clock::now())
45 void SteadyClock::Reset()
51 int64_t SteadyClock::ElapsedMilliseconds()
56 int64_t SteadyClock::ElapsedMicroseconds()
61 int64_t SteadyClock::ElapsedNanoseconds()
66 int64_t SteadyClock::ElapsedSeconds()