MCPcopy Create free account
hub / github.com/eth-easl/dirigent / GetCpuUsage

Method GetCpuUsage

api/proto/control_plane_interface.pb.go:201–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (x *NodeHeartbeatMessage) GetCpuUsage() uint64 {
202 if x != nil {
203 return x.CpuUsage
204 }
205 return 0
206}
207
208func (x *NodeHeartbeatMessage) GetMemoryUsage() uint64 {
209 if x != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected