tiny.bench.Result
Defined in tiny.bench.
API (26)
Fields and members
Public fields and members.
alloc_bytesalloc_bytes_per_evalalloc_countalloc_count_per_evalallocation_attributionclock_probeconfidence_intervalsevalsevaluationfree_countfree_count_per_evaliterationslayout_randomizationmax_nsmean_nsmedian_nsmin_nsnamep75_nsp95_nsp99_nssample_total_nssamplesstddev_nstotal_nswarmup_iterations
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 26 |
| Version | 26.7.0 |
| Revision | daab053ee433 |