Skip to documentation
SLOP

tiny.bench.StatisticsStorageExhaustion

Reference tiny.bench StatisticsStorageExhaustion

Defined in tiny.bench.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.benchStatisticsStorageExhaustion
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/bench/src/stats/model.zig:38

zig
pub const Exhaustion = error{    SampleCapacityExceeded,    BootstrapIterationCapacityExceeded,    StatisticsStorageInUse,};

Source: lib/bench/src/root.zig:89

zig
pub const StatisticsStorageExhaustion = stats.Exhaustion;

Also reachable as

statistics.Exhaustion.

Audit

Definitions1
Public names2
Members3
Version26.7.0
Revisiondaab053ee433