Macro profile_function

Source
macro_rules! profile_function {
    ($profiler:expr, $function_name:expr, $code:block) => { ... };
}
Expand description

Profiling macro for function timing