Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / / CounterSnapshot
Interface: CounterSnapshot
Defined in: packages/tools/src/audit/counters.ts:101
Snapshot of the counter + histogram registry. Returns fresh frozen objects so callers cannot accidentally mutate the registry.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
counters | readonly | Readonly<Record<string, number>> | packages/tools/src/audit/counters.ts:102 |
histograms | readonly | Readonly<Record<string, ReadonlyArray<number>>> | packages/tools/src/audit/counters.ts:103 |