Searched refs:ClockType (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 63 using ClockType = steady_clock; typedef 64 using TimePointType = time_point<ClockType>; 65 using DurationType = duration<ClockType::rep, ClockType::period>; 95 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() 101 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs() 130 : BeginningOfTime(system_clock::now()), StartTime(ClockType::now()), in TimeTraceProfiler() 143 ClockType::now(), TimePointType(), std::move(Name), Detail(), in begin() 154 ClockType::now(), TimePointType(), std::move(Name), Metadata(), in begin() 164 ClockType::now(), TimePointType(), std::move(Name), Detail(), in insert() 175 E.End = ClockType::now(); in end()
|