2.68. dcgmProfUnwatchFields_v1 Struct Reference

[Structure definitions]

Structure to pass to dcgmProfUnwatchFields when unwatching profiling metrics

Public Variables

unsigned int  flags
For future use. Set to 0 for now.
dcgmGpuGrp_t groupId
unsigned int  version
Version of this request. Should be dcgmProfUnwatchFields_version.

Variables

unsigned int dcgmProfUnwatchFields_v1::flags [inherited]

For future use. Set to 0 for now.

dcgmGpuGrp_tdcgmProfUnwatchFields_v1::groupId [inherited]

Group ID representing collection of one or more GPUs. Look at dcgmGroupCreate for details on creating the group. Alternatively, pass in the group id as DCGM_GROUP_ALL_GPUS to perform operation on all the GPUs. The GPUs of the group must all be identical or DCGM_ST_GROUP_INCOMPATIBLE will be returned by this API.

unsigned int dcgmProfUnwatchFields_v1::version [inherited]

Version of this request. Should be dcgmProfUnwatchFields_version.