Skip to content

CensusVerdict

Defined in: diagnostics/census.ts:149

Pre-1.0: the counter set is expected to grow as probes are added.

readonly confidentSlopePerCycle: number

Defined in: diagnostics/census.ts:160

The growth the samples actually support — the slope pulled back by twice its standard error. This, not the point estimate, is what is judged.


readonly first: number

Defined in: diagnostics/census.ts:166


readonly key: string

Defined in: diagnostics/census.ts:150


readonly last: number

Defined in: diagnostics/census.ts:167


readonly leaking: boolean

Defined in: diagnostics/census.ts:153


readonly projected: number

Defined in: diagnostics/census.ts:169

confidentSlopePerCycle × projectCycles — what this costs over a session.


readonly optional reason?: string

Defined in: diagnostics/census.ts:171

Populated when leaking; the sentence a failure should print.


readonly risingFraction: number

Defined in: diagnostics/census.ts:165

Share of cycles on which the counter rose. Near 1 is a leak; near 0 with a positive slope is a pool that stepped once and the fit read as a ramp.


readonly slopePerCycle: number

Defined in: diagnostics/census.ts:155

Least-squares growth per cycle over the judged samples.


readonly tier: CensusTier

Defined in: diagnostics/census.ts:151


readonly unit: "bytes" | "count"

Defined in: diagnostics/census.ts:152