LLVM 22.0.0git
InProgressEntry Struct Reference

Public Member Functions

 InProgressEntry (TimePointType S, TimePointType E, std::string N, std::string Dt, TimeTraceEventType Et)
 InProgressEntry (TimePointType S, TimePointType E, std::string N, TimeTraceMetadata Mt, TimeTraceEventType Et)

Public Attributes

TimeTraceProfilerEntry Event
std::vector< TimeTraceProfilerEntryInstantEvents

Detailed Description

Definition at line 112 of file TimeProfiler.cpp.

Constructor & Destructor Documentation

◆ InProgressEntry() [1/2]

InProgressEntry::InProgressEntry ( TimePointType S,
TimePointType E,
std::string N,
std::string Dt,
TimeTraceEventType Et )
inline

Definition at line 116 of file TimeProfiler.cpp.

References Event, InstantEvents, llvm::move(), and N.

◆ InProgressEntry() [2/2]

InProgressEntry::InProgressEntry ( TimePointType S,
TimePointType E,
std::string N,
TimeTraceMetadata Mt,
TimeTraceEventType Et )
inline

Definition at line 121 of file TimeProfiler.cpp.

References Event, InstantEvents, llvm::move(), and N.

Member Data Documentation

◆ Event

TimeTraceProfilerEntry InProgressEntry::Event

Definition at line 113 of file TimeProfiler.cpp.

Referenced by InProgressEntry(), and InProgressEntry().

◆ InstantEvents

std::vector<TimeTraceProfilerEntry> InProgressEntry::InstantEvents

Definition at line 114 of file TimeProfiler.cpp.

Referenced by InProgressEntry(), and InProgressEntry().


The documentation for this struct was generated from the following file: