Skip to documentation
SLOP

tiny.bench.nsPerUnit

Reference tiny.bench nsPerUnit

Defined in tiny.bench.

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

Source

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

zig
pub fn nsPerUnit(ns: f64, units: u64) f64 {    return valuePerUnit(ns, units);}

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

zig
pub const nsPerUnit = stats.nsPerUnit;

Also reachable as

statistics.nsPerUnit.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433