macro_rules! perf_scope {
($operation_name:expr, $input_size:expr, $output_size:expr, $body:expr) => { ... };
}Expand description
Macro for creating performance monitoring scopes
macro_rules! perf_scope {
($operation_name:expr, $input_size:expr, $output_size:expr, $body:expr) => { ... };
}Macro for creating performance monitoring scopes