gix_trace

Macro coarse

source
macro_rules! coarse {
    (target: $target:expr, $name:expr, $($field:tt)*) => { ... };
    (target: $target:expr, $name:expr) => { ... };
    ($name:expr, $($field:tt)*) => { ... };
    ($name:expr) => { ... };
}
Expand description

Create a new coarse span.