time_fn

Macro time_fn 

Source
macro_rules! time_fn {
    ($f:block) => { ... };
}
Expand description

Run a function and return both the function results and the amount of time it took to run the function