3.16. nvmlGpmMetric_t Struct Reference
[GPM Structs]
GPM metric information.
Public Variables
- unsigned int metricId
- IN: NVML_GPM_METRIC_? define of which metric to retrieve.
- nvmlGpmMetric_t::@6 metricInfo
- OUT: Metric name and unit. Those can be NULL if not defined.
- 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).
Variables
- unsigned int nvmlGpmMetric_t::metricId [inherited]
-
IN: NVML_GPM_METRIC_? define of which metric to retrieve.
- nvmlGpmMetric_t::@6 nvmlGpmMetric_t::metricInfo [inherited]
-
OUT: Metric name and unit. Those can be NULL if not defined.
- nvmlReturn_tnvmlGpmMetric_t::nvmlReturn [inherited]
-
OUT: Status of this metric. If this is nonzero, then value is not valid.
- double nvmlGpmMetric_t::value [inherited]
-
OUT: Value of this metric. Is only valid if nvmlReturn is 0 (NVML_SUCCESS).