MCPcopy
hub / github.com/volcengine/MineContext / IProcessStats

Interface IProcessStats

frontend/packages/shared/logger/performance.ts:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 return path.join(logDir, name)
31}
32interface IProcessStats {
33 cpu: number
34 memory: number
35 pid: number
36 elapsed: number
37}
38interface IEventLoopStats {
39 min: number
40 max: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected