LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
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.

◆ 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.

Member Data Documentation

◆ Event

TimeTraceProfilerEntry InProgressEntry::Event

Definition at line 113 of file TimeProfiler.cpp.

◆ InstantEvents

std::vector<TimeTraceProfilerEntry> InProgressEntry::InstantEvents

Definition at line 114 of file TimeProfiler.cpp.


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