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

Interface IEventLoopStats

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

Source from the content-addressed store, hash-verified

36 elapsed: number
37}
38interface IEventLoopStats {
39 min: number
40 max: number
41 mean: number
42 p50: number
43 p99: number
44}
45interface IV8HeapStats {
46 usedHeapSize: string
47 totalHeapSize: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected