[][src]Macro sp_tracing::if_tracing

[]
macro_rules! if_tracing {
    ( $if:expr ) => { ... };
}
[]

Generates the given code if the tracing dependency is enabled.