Macro time_function

Source
macro_rules! time_function {
    ($section:expr, $func:expr) => { ... };
}
Expand description

Convenience macro to time a function call