Skip to documentation
SLOP

tiny.bench.Result

Reference tiny.bench Result

Defined in tiny.bench.

API (26)

Fields and members

Public fields and members.

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

Source

Source: lib/bench/src/suite.zig:124

zig
pub const Result = struct {    name: []const u8,    iterations: u32,    evals: u32,    evaluation: EvaluationSelection,    clock_probe: timing.ClockProbe,    samples: []const u64,    sample_total_ns: []const u64,    min_ns: u64,    max_ns: u64,    mean_ns: f64,    median_ns: u64,    stddev_ns: f64,    p75_ns: u64,    p95_ns: u64,    p99_ns: u64,    total_ns: u64,    warmup_iterations: u32,    confidence_intervals: ?stats.BootstrapConfidenceIntervals = null,    allocation_attribution: AllocationAttribution,    alloc_count: ?u64 = null,    free_count: ?u64 = null,    alloc_bytes: ?u64 = null,    alloc_count_per_eval: ?u64 = null,    free_count_per_eval: ?u64 = null,    alloc_bytes_per_eval: ?u64 = null,    layout_randomization: ?stabilizer.Config = null,};

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

zig
pub const Result = suite.Result;

Audit

Definitions1
Public names1
Members26
Version26.7.0
Revisiondaab053ee433