ToolStat interface

Per-tool inference performance statistics (rolling window over the last ~50 inferences). framesInferred < framesSeen when an inferEveryMs cadence gate is active. For VAD, framesInferred counts 512-sample inference windows rather than frames.

Signature:

export interface ToolStat

Properties

Property Type Description

avgMs

number

framesInferred

number

framesSeen

number

lastMs

number

maxMs

number

samples

number

tool

string