Bottleneck
Defined in: types.ts:354
Duration statistics for a node across multiple execution graphs.
Properties
durations
readonlydurations: {max:number;median:number;min:number;p95:number;p99:number; }
Defined in: types.ts:362
Duration statistics in milliseconds.
max
readonlymax:number
median
readonlymedian:number
min
readonlymin:number
p95
readonlyp95:number
p99
readonlyp99:number
nodeName
readonlynodeName:string
Defined in: types.ts:356
Node name (e.g. "fetch-data").
nodeType
readonlynodeType:NodeType
Defined in: types.ts:358
Node type (e.g. "tool").
occurrences
readonlyoccurrences:number
Defined in: types.ts:360
How many graphs contain this node.
percentOfGraphs
readonlypercentOfGraphs:number
Defined in: types.ts:370
Fraction of input graphs that include this node (0–100).