Searched defs:TimeTraceProfilerEntry (Results 1 – 1 of 1) sorted by relevance
72 struct llvm::TimeTraceProfilerEntry { struct in llvm73 const TimePointType Start;74 TimePointType End;75 const std::string Name;76 TimeTraceMetadata Metadata;78 const bool AsyncEvent = false;79 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument86 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument94 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()100 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()