macro_rules! timed_operation {
($operation_name:expr, $code:expr) => { ... };
}
Expand description
Helper macro for timing operations with automatic tracing
macro_rules! timed_operation {
($operation_name:expr, $code:expr) => { ... };
}
Helper macro for timing operations with automatic tracing