nvmlGpmMetricsGet_t#
-
struct nvmlGpmMetricsGet_t#
GPM buffer information.
Public Members
-
unsigned int version#
IN: Set to NVML_GPM_METRICS_GET_VERSION.
-
unsigned int numMetrics#
IN: How many metrics to retrieve in metrics[].
-
nvmlGpmSample_t sample1#
IN: Sample buffer.
-
nvmlGpmSample_t sample2#
IN: Sample buffer.
-
nvmlGpmMetric_t metrics[NVML_GPM_METRIC_MAX]#
IN/OUT: Array of metrics. Set metricId on call. See nvmlReturn and value on return.
-
unsigned int version#