MCPcopy
hub / github.com/didi/mpx / AggResult

Interface AggResult

packages/perf/src/types.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * - max: 最大时长(ms)
7 */
8export interface AggResult {
9 count: number
10 sum: number
11 avg: number
12 max: number
13}
14
15/**
16 * Reporter:bus.end() 同步把当前录制窗口的聚合结果交给它。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected