Searched refs:SchedulerClock (Results 1 – 4 of 4) sorted by relevance
29 using SchedulerClock = std::chrono::steady_clock; variable30 static_assert(SchedulerClock::is_steady);36 struct TimePoint : scheduler::SchedulerClock::time_point {41 constexpr TimePoint(scheduler::SchedulerClock::time_point p) in TimePoint()42 : scheduler::SchedulerClock::time_point(p) {} in TimePoint()46 static TimePoint now() { return scheduler::SchedulerClock::now(); }; in now()63 constexpr TimePoint::TimePoint(const Duration& d) : scheduler::SchedulerClock::time_point(d) {} in TimePoint()
47 const TimePoint frameTime = scheduler::SchedulerClock::now(); in TEST_F()68 const TimePoint frameTime = scheduler::SchedulerClock::now(); in TEST_F()
411 const TimePoint frameTime = scheduler::SchedulerClock::now();
203 {.frameBeginTime = SchedulerClock::now(), in onFrameSignal()