LLVM: InProgressEntry Struct Reference (original) (raw)
| Public Member Functions |
|---|
| Public Attributes | |
|---|---|
| TimeTraceProfilerEntry | Event |
| std::vector< TimeTraceProfilerEntry > | InstantEvents |
Detailed Description
Definition at line 112 of file TimeProfiler.cpp.
Constructor & Destructor Documentation
| 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:
- lib/Support/TimeProfiler.cpp