2.67. dcgmProfMetricGroupInfo_t Struct Reference

[Structure definitions]

Structure to return all of the profiling metric groups that are available for the given groupId.

Public Variables

unsigned short  fieldIds[DCGM_PROF_MAX_FIELD_IDS_PER_GROUP]
unsigned short  majorId
unsigned short  minorId
unsigned int  numFieldIds
Number of field IDs that are populated in fieldIds[].

Variables

unsigned short dcgmProfMetricGroupInfo_t::fieldIds[DCGM_PROF_MAX_FIELD_IDS_PER_GROUP] [inherited]

DCGM Field IDs that are part of this profiling group. See DCGM_FI_PROF_* definitions in dcgm_fields.h for details.

unsigned short dcgmProfMetricGroupInfo_t::majorId [inherited]

Major ID of this metric group. Metric groups with the same majorId cannot be watched concurrently with other metric groups with the same majorId

unsigned short dcgmProfMetricGroupInfo_t::minorId [inherited]

Minor ID of this metric group. This distinguishes metric groups within the same major metric group from each other

unsigned int dcgmProfMetricGroupInfo_t::numFieldIds [inherited]

Number of field IDs that are populated in fieldIds[].