LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
ImplicitTask (ompt_scope_endpoint_t Endpoint, ompt_data_t *ParallelData, ompt_data_t *TaskData, unsigned int ActualParallelism, unsigned int Index, int Flags) | |
![]() | |
EventBase () | |
virtual | ~EventBase ()=default |
virtual bool | equals (const InternalEvent *o) const override |
Equals method to cast and dispatch to the specific class operator==. | |
virtual std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
![]() | |
InternalEvent () | |
InternalEvent (EventTy T) | |
virtual | ~InternalEvent ()=default |
virtual bool | equals (const InternalEvent *o) const |
virtual std::string | toString () const |
Public Attributes | |
ompt_scope_endpoint_t | Endpoint |
ompt_data_t * | ParallelData |
ompt_data_t * | TaskData |
unsigned int | ActualParallelism |
unsigned int | Index |
int | Flags |
![]() | |
EventTy | Type |
Identifying event type. | |
Additional Inherited Members | |
![]() | |
static constexpr EventTy | EventType |
Definition at line 133 of file InternalEvent.h.
|
inline |
Definition at line 135 of file InternalEvent.h.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< ImplicitTask >.
Definition at line 126 of file InternalEvent.cpp.
References Index(), omptest::util::makeHexString(), and S.
unsigned int omptest::internal::ImplicitTask::ActualParallelism |
Definition at line 143 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_scope_endpoint_t omptest::internal::ImplicitTask::Endpoint |
Definition at line 140 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
int omptest::internal::ImplicitTask::Flags |
Definition at line 145 of file InternalEvent.h.
unsigned int omptest::internal::ImplicitTask::Index |
Definition at line 144 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_data_t* omptest::internal::ImplicitTask::ParallelData |
Definition at line 141 of file InternalEvent.h.
ompt_data_t* omptest::internal::ImplicitTask::TaskData |
Definition at line 142 of file InternalEvent.h.