macro_rules! profile_block {
($profiler:expr, $phase:expr, $code:block) => { ... };
}Expand description
Macro for easy profiling of code blocks
macro_rules! profile_block {
($profiler:expr, $phase:expr, $code:block) => { ... };
}Macro for easy profiling of code blocks