Searched refs:TimePointType (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TimeProfiler.cpp | 30 typedef time_point<steady_clock> TimePointType; typedef 36 const TimePointType Start; 37 TimePointType End; 41 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry() 48 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() 67 Stack.emplace_back(steady_clock::now(), TimePointType(), std::move(Name), in begin() 184 const TimePointType StartTime;
|
/external/llvm-project/llvm/lib/Support/ |
D | TimeProfiler.cpp | 43 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;
|