macro_rules! time_function {
($section:expr, $func:expr) => { ... };
}
Expand description
Convenience macro to time a function call
macro_rules! time_function {
($section:expr, $func:expr) => { ... };
}
Convenience macro to time a function call