macro_rules! profile_function {
($profiler:expr, $name:expr, $body:block) => { ... };
}Expand description
Macro for easy function profiling
macro_rules! profile_function {
($profiler:expr, $name:expr, $body:block) => { ... };
}Macro for easy function profiling