Home
last modified time | relevance | path

Searched defs:TimeTraceProfilerEntry (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DTimeProfiler.cpp68 struct TimeTraceProfilerEntry { struct
69 const TimePointType Start;
70 TimePointType End;
71 const std::string Name;
72 const std::string Detail;
74 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument
82 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
88 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()