macro_rules! profile_function {
($profiler:expr, $name:expr, $body:expr) => { ... };
}Expand description
Profiling macros for easy instrumentation
macro_rules! profile_function {
($profiler:expr, $name:expr, $body:expr) => { ... };
}Profiling macros for easy instrumentation