Skip to main content

Bottleneck

Defined in: types.ts:354

Duration statistics for a node across multiple execution graphs.

Properties

durations

readonly durations: { max: number; median: number; min: number; p95: number; p99: number; }

Defined in: types.ts:362

Duration statistics in milliseconds.

max

readonly max: number

median

readonly median: number

min

readonly min: number

p95

readonly p95: number

p99

readonly p99: number


nodeName

readonly nodeName: string

Defined in: types.ts:356

Node name (e.g. "fetch-data").


nodeType

readonly nodeType: NodeType

Defined in: types.ts:358

Node type (e.g. "tool").


occurrences

readonly occurrences: number

Defined in: types.ts:360

How many graphs contain this node.


percentOfGraphs

readonly percentOfGraphs: number

Defined in: types.ts:370

Fraction of input graphs that include this node (0–100).