LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
Work (ompt_work_t WorkType, ompt_scope_endpoint_t Endpoint, ompt_data_t *ParallelData, ompt_data_t *TaskData, uint64_t Count, const void *CodeptrRA) | |
![]() | |
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_work_t | WorkType |
ompt_scope_endpoint_t | Endpoint |
ompt_data_t * | ParallelData |
ompt_data_t * | TaskData |
uint64_t | Count |
const void * | CodeptrRA |
![]() | |
EventTy | Type |
Identifying event type. | |
Additional Inherited Members | |
![]() | |
static constexpr EventTy | EventType |
Definition at line 77 of file InternalEvent.h.
|
inline |
Definition at line 79 of file InternalEvent.h.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< Work >.
Definition at line 74 of file InternalEvent.cpp.
References omptest::util::makeHexString(), and S.
const void* omptest::internal::Work::CodeptrRA |
Definition at line 89 of file InternalEvent.h.
uint64_t omptest::internal::Work::Count |
Definition at line 88 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_scope_endpoint_t omptest::internal::Work::Endpoint |
Definition at line 85 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_data_t* omptest::internal::Work::ParallelData |
Definition at line 86 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_data_t* omptest::internal::Work::TaskData |
Definition at line 87 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_work_t omptest::internal::Work::WorkType |
Definition at line 84 of file InternalEvent.h.
Referenced by omptest::internal::operator==().