|
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) | |
| Public Member Functions inherited from omptest::internal::EventBase< DeviceLoad > | |
| EventBase () | |
| virtual | ~EventBase ()=default |
| virtual bool | equals (const InternalEvent *o) const override |
| Equals method to cast and dispatch to the specific class operator==. | |
| Public Member Functions inherited from omptest::internal::InternalEvent | |
| InternalEvent () | |
| InternalEvent (EventTy T) | |
| virtual | ~InternalEvent ()=default |
Public Attributes | |
| int | DeviceNum |
| const char * | Filename |
| int64_t | OffsetInFile |
| void * | VmaInFile |
| size_t | Bytes |
| void * | HostAddr |
| void * | DeviceAddr |
| uint64_t | ModuleId |
| Public Attributes inherited from omptest::internal::InternalEvent | |
| EventTy | Type |
| Identifying event type. | |
Additional Inherited Members | |
| Static Public Attributes inherited from omptest::internal::EventBase< DeviceLoad > | |
| static constexpr EventTy | EventType |
Definition at line 307 of file InternalEvent.h.
|
inline |
Definition at line 309 of file InternalEvent.h.
References Bytes, DeviceAddr, DeviceNum, Filename, HostAddr, ModuleId, OffsetInFile, and VmaInFile.
|
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 Bytes, DeviceAddr, DeviceNum, Filename, HostAddr, omptest::util::makeHexString(), ModuleId, and S.
Referenced by TEST().
| size_t omptest::internal::DeviceLoad::Bytes |
Definition at line 319 of file InternalEvent.h.
Referenced by DeviceLoad(), omptest::internal::operator==(), and toString().
| void* omptest::internal::DeviceLoad::DeviceAddr |
Definition at line 321 of file InternalEvent.h.
Referenced by DeviceLoad(), and toString().
| int omptest::internal::DeviceLoad::DeviceNum |
Definition at line 315 of file InternalEvent.h.
Referenced by DeviceLoad(), omptest::internal::operator==(), and toString().
| const char* omptest::internal::DeviceLoad::Filename |
Definition at line 316 of file InternalEvent.h.
Referenced by DeviceLoad(), and toString().
| void* omptest::internal::DeviceLoad::HostAddr |
Definition at line 320 of file InternalEvent.h.
Referenced by DeviceLoad(), and toString().
| uint64_t omptest::internal::DeviceLoad::ModuleId |
Definition at line 322 of file InternalEvent.h.
Referenced by DeviceLoad(), and toString().
| int64_t omptest::internal::DeviceLoad::OffsetInFile |
Definition at line 317 of file InternalEvent.h.
Referenced by DeviceLoad().
| void* omptest::internal::DeviceLoad::VmaInFile |
Definition at line 318 of file InternalEvent.h.
Referenced by DeviceLoad().