LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
TargetEmi (ompt_target_t Kind, ompt_scope_endpoint_t Endpoint, int DeviceNum, ompt_data_t *TaskData, ompt_data_t *TargetTaskData, ompt_data_t *TargetData, 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_target_t | Kind |
ompt_scope_endpoint_t | Endpoint |
int | DeviceNum |
ompt_data_t * | TaskData |
ompt_data_t * | TargetTaskData |
ompt_data_t * | TargetData |
const void * | CodeptrRA |
![]() | |
EventTy | Type |
Identifying event type. | |
Additional Inherited Members | |
![]() | |
static constexpr EventTy | EventType |
Definition at line 200 of file InternalEvent.h.
|
inline |
Definition at line 202 of file InternalEvent.h.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< TargetEmi >.
Definition at line 158 of file InternalEvent.cpp.
References omptest::util::makeHexString(), and S.
const void* omptest::internal::TargetEmi::CodeptrRA |
Definition at line 214 of file InternalEvent.h.
int omptest::internal::TargetEmi::DeviceNum |
Definition at line 210 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_scope_endpoint_t omptest::internal::TargetEmi::Endpoint |
Definition at line 209 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_target_t omptest::internal::TargetEmi::Kind |
Definition at line 208 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_data_t* omptest::internal::TargetEmi::TargetData |
Definition at line 213 of file InternalEvent.h.
ompt_data_t* omptest::internal::TargetEmi::TargetTaskData |
Definition at line 212 of file InternalEvent.h.
ompt_data_t* omptest::internal::TargetEmi::TaskData |
Definition at line 211 of file InternalEvent.h.