GPU device event.
Data type for a single GPU device event. This contains the timestamp and the event type.
Definition at line 2023 of file nvrm_gpu.h.
Data Fields | |
NvRmGpuDeviceEventId | eventId |
Event type. More... | |
uint64_t | timeNs |
GPU time (in nanoseconds) More... | |
NvRmGpuDeviceEventId NvRmGpuDeviceEventInfoRec::eventId |
Event type.
Definition at line 2026 of file nvrm_gpu.h.
uint64_t NvRmGpuDeviceEventInfoRec::timeNs |
GPU time (in nanoseconds)
This is the unscaled GPU PTIMER timestamp at the occurrence of the event.
Definition at line 2038 of file nvrm_gpu.h.