Home
last modified time | relevance | path

Searched refs:TimePointType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DTimeProfiler.cpp61 using TimePointType = time_point<ClockType>; typedef
69 const TimePointType Start;
70 TimePointType End;
74 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry()
82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
106 Stack.emplace_back(ClockType::now(), TimePointType(), std::move(Name), in begin()
278 const TimePointType StartTime;
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h60 using TimePointType = std::chrono::time_point<ClockType>; variable
75 const TimePointType Begin;
80 : TimePointType()) {} in ProgressMeterStep()
85 const TimePointType End = ProgressMeter<ClockType>::ClockType::now(); in ~ProgressMeterStep()