Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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) in Entry()
62 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
85 Stack.emplace_back(steady_clock::now(), TimePointType(), std::move(Name), in begin()
253 const TimePointType StartTime;