Searched refs:monotonicTime (Results 1 – 2 of 2) sorted by relevance
41 auto monotonicTime = GetMonotonicTime(); in Create() local43 if (bootTime < (monotonicTime + TIME_ERROR)) { in Create()44 bootTime = monotonicTime; in Create()48 event->Update(KEY_OF_RUNNING, monotonicTime); in Create()
125 uint64_t monotonicTime = GetMonotonicTime(); in TimeTick() local127 int64_t monotonicOffset = static_cast<int64_t>(monotonicTime - lastMonotonicTime_); in TimeTick()129 lastMonotonicTime_ = monotonicTime; in TimeTick()