nvmlProcessUtilizationSample_t#

struct nvmlProcessUtilizationSample_t#

Structure to store utilization value and process Id.

Public Members

unsigned int pid#

PID of process.

unsigned long long timeStamp#

CPU Timestamp in microseconds.

unsigned int smUtil#

SM (3D/Compute) Util Value.

unsigned int memUtil#

Frame Buffer Memory Util Value.

unsigned int encUtil#

Encoder Util Value.

unsigned int decUtil#

Decoder Util Value.