MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / bench_histogram_simple

Function bench_histogram_simple

src/histogram.rs:76–79  ·  view source on GitHub ↗
(b: &mut Bencher, n: usize)

Source from the content-addressed store, hash-verified

74 }
75
76 fn bench_histogram_simple(b: &mut Bencher, n: usize) {
77 let data = bench_data(n);
78 b.iter(|| histogram_simple(black_box(&data)));
79 }
80
81 macro_rules! bench {
82 ($name:ident, $($n:literal),+) => {

Callers

nothing calls this directly

Calls 2

histogram_simpleFunction · 0.85
bench_dataFunction · 0.70

Tested by

no test coverage detected