macro_rules! profile_function {
    ($profiler:expr, $function_name:expr, $code:block) => { ... };
}Expand description
Profiling macro for function timing
macro_rules! profile_function {
    ($profiler:expr, $function_name:expr, $code:block) => { ... };
}Profiling macro for function timing