Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp73 struct llvm::TimeTraceProfilerEntry { struct in llvm
74 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() function
87 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument
95 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
101 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()