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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp43 typedef time_point<steady_clock> TimePointType; typedef
50 const TimePointType Start;
51 TimePointType End;
55 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt)
62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const {
85 Stack.emplace_back(steady_clock::now(), TimePointType(), std::move(Name),
253 const TimePointType StartTime;

Completed in 118 milliseconds