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

Method GetCpuUsage

internal/control_plane/workers/worker_node.go:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150}
151
152func (w *WorkerNode) GetCpuUsage() uint64 {
153 return w.CpuUsage
154}
155
156func (w *WorkerNode) GetMemoryUsage() uint64 {
157 return w.MemoryUsage

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected