macro_rules! execute_spanned {
($name:literal, $executor:expr, $state:expr) => { ... };
}
Expand description
Macro for executing and emitting metrics for instructions/s and number of instructions executed. Does not include any tracing span.
macro_rules! execute_spanned {
($name:literal, $executor:expr, $state:expr) => { ... };
}
Macro for executing and emitting metrics for instructions/s and number of instructions executed. Does not include any tracing span.