[][src]Function microbench::bench_drop

pub fn bench_drop<T>(options: &Options, name: &str, f: impl FnMut() -> T)

Benchmarks the supplied function ignoring drop time and prints the results.

See measure_drop for more information.