Function microbench::measure

source ·
pub fn measure<T>(options: &Options, f: impl FnMut() -> T) -> Vec<Sample>
Expand description

Measures the execution time of the supplied function.