GPU device event.
Data type for a single GPU device event. This contains the timestamp and the event type.
Definition at line 1992 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 1995 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 2007 of file nvrm_gpu.h.