nvmlVgpuInstancesUtilizationInfo_v1_t#
-
struct nvmlVgpuInstancesUtilizationInfo_v1_t#
Structure to store recent utilization for vGPU instances running on a device — version 1.
Public Members
-
unsigned int version#
The version number of this struct.
-
nvmlValueType_t sampleValType#
Hold the type of returned sample values.
-
unsigned int vgpuInstanceCount#
Hold the number of vGPU instances.
-
unsigned long long lastSeenTimeStamp#
Return only samples with timestamp greater than lastSeenTimeStamp.
-
nvmlVgpuInstanceUtilizationInfo_v1_t *vgpuUtilArray#
The array (allocated by caller) in which vGPU utilization are returned.
-
unsigned int version#