tiny.bench.valuePerUnit
Defined in tiny.bench.
Source
Source: lib/bench/src/stats/totals.zig:79
zig
pub fn valuePerUnit(value: f64, units: u64) f64 { if (units == 0) return 0; return value / @as(f64, @floatFromInt(units));}Source: lib/bench/src/root.zig:105
zig
pub const valuePerUnit = stats.valuePerUnit;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |