NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvRmGpuDeviceEventInfoRec Struct Reference

Detailed Description

GPU device event.

Data type for a single GPU device event. This contains the timestamp and the event type.

See also
NvRmGpuDeviceEventSessionRead()
NvRmGpuDeviceReadTimeNs()

Definition at line 1386 of file nvrm_gpu.h.

Data Fields

NvRmGpuDeviceEventId eventId
 Event type. More...
 
uint64_t timeNs
 GPU time (in nanoseconds) More...
 

Field Documentation

◆ eventId

NvRmGpuDeviceEventId NvRmGpuDeviceEventInfoRec::eventId

Event type.

Definition at line 1389 of file nvrm_gpu.h.

◆ timeNs

uint64_t NvRmGpuDeviceEventInfoRec::timeNs

GPU time (in nanoseconds)

This is the unscaled GPU PTIMER timestamp at the occurrence of the event.

Remarks
Certain integrated Tegra GPUs require GPU timestamp scaling. These GPUs are T210 and T214. See the discussion in NvRmGpuDeviceInfo::ptimerScaleNumerator for further details.
See also
NvRmGpuDeviceReadTimeNs()

Definition at line 1401 of file nvrm_gpu.h.


The documentation for this struct was generated from the following file: