Skip to documentation
SLOP

tiny.bench.nsPerFloatUnit

Reference tiny.bench nsPerFloatUnit

Defined in tiny.bench.

Called byCallstest sourcelib.bench.src.stats.testtest: indexed totals and unit rates r...tiny.benchvaluePerFloatUnittiny.benchnsPerFloatUnit
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/bench/src/stats/totals.zig:84

zig
pub fn nsPerFloatUnit(ns: f64, units: f64) f64 {    return valuePerFloatUnit(ns, units);}

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

zig
pub const nsPerFloatUnit = stats.nsPerFloatUnit;

Also reachable as

statistics.nsPerFloatUnit.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433