Function microbench::bench_drop [] [src]

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

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

See measure_drop for more information.