Searched refs:ClockType (Results 1 – 1 of 1) sorted by relevance
60 using ClockType = steady_clock; typedef61 using TimePointType = time_point<ClockType>;62 using DurationType = duration<ClockType::rep, ClockType::period>;82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()88 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()99 : BeginningOfTime(system_clock::now()), StartTime(ClockType::now()), in TimeTraceProfiler()106 Stack.emplace_back(ClockType::now(), TimePointType(), std::move(Name), in begin()113 E.End = ClockType::now(); in end()