MCPcopy
hub / github.com/NVIDIA/dcgm-exporter / Client

Function Client

internal/pkg/dcgmprovider/dcgm.go:43–45  ·  view source on GitHub ↗

Client retrieves the current DCGM interface instance.

()

Source from the content-addressed store, hash-verified

41
42// Client retrieves the current DCGM interface instance.
43func Client() DCGM {
44 return dcgmInterface
45}
46
47// SetClient sets the current DCGM interface instance to the provided one.
48func SetClient(d DCGM) {

Callers 15

queryDCPMetricsFunction · 0.92
CleanupMethod · 0.92
GetDeviceFieldsMethod · 0.92
createGenericGroupMethod · 0.92
createCPUCoreGroupsMethod · 0.92
createNVLinkGroupsMethod · 0.92
newFieldGroupSimpleFunction · 0.92
watchFieldGroupSimpleFunction · 0.92
createGroupFunction · 0.92

Calls

no outgoing calls