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

Function bench_histogram_parallel

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

Source from the content-addressed store, hash-verified

69 }
70
71 fn bench_histogram_parallel(b: &mut Bencher, n: usize) {
72 let data = bench_data(n);
73 b.iter(|| histogram_parallel(black_box(&data)));
74 }
75
76 fn bench_histogram_simple(b: &mut Bencher, n: usize) {
77 let data = bench_data(n);

Callers

nothing calls this directly

Calls 2

histogram_parallelFunction · 0.85
bench_dataFunction · 0.70

Tested by

no test coverage detected