Skip to documentation
SLOP

tiny.bench.computeSampleStats

Reference tiny.bench computeSampleStats

Defined in tiny.bench.

Called byCallsNo direct callerstiny.benchcomputeSampleStatsWithBootstraptiny.benchcomputeSampleStats
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/bench/src/stats/compute.zig:5

zig
pub fn sample(    storage: *storage_mod.Storage,    samples: []const u64,) model.ComputeError!model.SampleStats {    return sampleWithBootstrap(storage, samples, .{});}

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

zig
pub const computeSampleStats = stats.computeSampleStats;

Also reachable as

statistics.computeSampleStats.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433