nvmlGpmMetric_t#

struct nvmlGpmMetric_t#

GPM metric information.

Public Members

unsigned int metricId#

IN: NVML_GPM_METRIC_? define of which metric to retrieve.

nvmlReturn_t nvmlReturn#

OUT: Status of this metric. If this is nonzero, then value is not valid.

double value#

OUT: Value of this metric. Is only valid if nvmlReturn is 0 (NVML_SUCCESS)

char *shortName#
char *longName#
char *unit#
struct nvmlGpmMetric_t::[anonymous] metricInfo#

OUT: Metric name and unit. Those can be NULL if not defined.