span_scope

Macro span_scope 

Source
macro_rules! span_scope {
    ($static_var_name:ident, $name:expr) => { ... };
    ($name:expr) => { ... };
}
Expand description

Records a sync span as two thread events

ยงExamples

use micromegas_tracing::span_scope;

span_scope!("scope");