time_function

Function time_function 

Source
pub fn time_function<F, R>(f: F) -> (R, u64)
where F: FnOnce() -> R,