Skip to content

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

PropertyModifierTypeDefined in
countersreadonlyReadonly<Record&lt;string, number&gt;>packages/tools/src/audit/counters.ts:102
histogramsreadonlyReadonly<Record<string, ReadonlyArray&lt;number&gt;>>packages/tools/src/audit/counters.ts:103