LLVM OpenMP 22.0.0git
|
Public Member Functions | |
std::string | toString () const override |
Basic toString method, which may be overridden with own implementations. | |
DeviceLoad (int DeviceNum, const char *Filename, int64_t OffsetInFile, void *VmaInFile, size_t Bytes, void *HostAddr, void *DeviceAddr, uint64_t ModuleId) | |
![]() | |
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 | |
int | DeviceNum |
const char * | Filename |
int64_t | OffsetInFile |
void * | VmaInFile |
size_t | Bytes |
void * | HostAddr |
void * | DeviceAddr |
uint64_t | ModuleId |
![]() | |
EventTy | Type |
Identifying event type. | |
Additional Inherited Members | |
![]() | |
static constexpr EventTy | EventType |
Definition at line 307 of file InternalEvent.h.
|
inline |
Definition at line 309 of file InternalEvent.h.
|
overridevirtual |
Basic toString method, which may be overridden with own implementations.
Reimplemented from omptest::internal::EventBase< DeviceLoad >.
Definition at line 270 of file InternalEvent.cpp.
References omptest::util::makeHexString(), and S.
size_t omptest::internal::DeviceLoad::Bytes |
Definition at line 319 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
void* omptest::internal::DeviceLoad::DeviceAddr |
Definition at line 321 of file InternalEvent.h.
int omptest::internal::DeviceLoad::DeviceNum |
Definition at line 315 of file InternalEvent.h.
Referenced by omptest::internal::operator==().
const char* omptest::internal::DeviceLoad::Filename |
Definition at line 316 of file InternalEvent.h.
void* omptest::internal::DeviceLoad::HostAddr |
Definition at line 320 of file InternalEvent.h.
uint64_t omptest::internal::DeviceLoad::ModuleId |
Definition at line 322 of file InternalEvent.h.
int64_t omptest::internal::DeviceLoad::OffsetInFile |
Definition at line 317 of file InternalEvent.h.
void* omptest::internal::DeviceLoad::VmaInFile |
Definition at line 318 of file InternalEvent.h.