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.cpp72 struct llvm::TimeTraceProfilerEntry { struct in llvm
73 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() argument
86 TimeTraceProfilerEntry(TimePointType &&S, TimePointType &&E, std::string &&N, in TimeTraceProfilerEntry() argument
94 ClockType::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs()
100 ClockType::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()