Searched defs:TimeTraceProfilerEntry (Results 1 – 1 of 1) sorted by relevance
73 struct llvm::TimeTraceProfilerEntry { struct in llvm74 const TimePointType Start;75 TimePointType End;76 const std::string Name;77 TimeTraceMetadata Metadata;79 const TimeTraceEventType EventType = TimeTraceEventType::CompleteEvent;80 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() function87 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument95 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()101 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()