macro_rules! profile_gate_operation {
($gate_name:expr, $operation:expr) => { ... };
}Expand description
Macro for easy profiling with automatic gate counting
macro_rules! profile_gate_operation {
($gate_name:expr, $operation:expr) => { ... };
}Macro for easy profiling with automatic gate counting