Skip to main content

timeit

Function timeit 

Source
pub fn timeit<F: FnOnce() -> T, T>(name: &str, f: F) -> T