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