2.73. dcgmStatSummaryFp64_t Struct Reference

[Structure definitions]

Summary of time series data in double-precision format. Each value will either be set or be a BLANK value. Check for blank with the DCGM_FP64_IS_BLANK() macro.

See also:

See dcgmvalue.h for the actual values of BLANK values

Public Variables

double  average
Simple average of the samples looked at. Blank values are ignored for this calculation.
double  maxValue
Maximum value of the samples looked at.
double  minValue
Minimum value of the samples looked at.

Variables

double dcgmStatSummaryFp64_t::average [inherited]

Simple average of the samples looked at. Blank values are ignored for this calculation.

double dcgmStatSummaryFp64_t::maxValue [inherited]

Maximum value of the samples looked at.

double dcgmStatSummaryFp64_t::minValue [inherited]

Minimum value of the samples looked at.