LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
TargetDataOp (ompt_id_t TargetId, ompt_id_t HostOpId, ompt_target_data_op_t OpType, void *SrcAddr, int SrcDeviceNum, void *DstAddr, int DstDeviceNum, size_t Bytes, 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_id_t | TargetId |
ompt_id_t | HostOpId |
ompt_target_data_op_t | OpType |
void * | SrcAddr |
int | SrcDeviceNum |
void * | DstAddr |
int | DstDeviceNum |
size_t | Bytes |
const void * | CodeptrRA |
![]() | |
EventTy | Type |
Identifying event type. | |
Additional Inherited Members | |
![]() | |
static constexpr EventTy | EventType |
Definition at line 217 of file InternalEvent.h.
|
inline |
Definition at line 219 of file InternalEvent.h.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< TargetDataOp >.
Definition at line 185 of file InternalEvent.cpp.
References omptest::util::makeHexString(), and S.
size_t omptest::internal::TargetDataOp::Bytes |
Definition at line 233 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
const void* omptest::internal::TargetDataOp::CodeptrRA |
Definition at line 234 of file InternalEvent.h.
void* omptest::internal::TargetDataOp::DstAddr |
Definition at line 231 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
int omptest::internal::TargetDataOp::DstDeviceNum |
Definition at line 232 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_id_t omptest::internal::TargetDataOp::HostOpId |
Definition at line 227 of file InternalEvent.h.
ompt_target_data_op_t omptest::internal::TargetDataOp::OpType |
Definition at line 228 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
void* omptest::internal::TargetDataOp::SrcAddr |
Definition at line 229 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
int omptest::internal::TargetDataOp::SrcDeviceNum |
Definition at line 230 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
ompt_id_t omptest::internal::TargetDataOp::TargetId |
Definition at line 226 of file InternalEvent.h.