Macro logging_timer::executing[][src]

macro_rules! executing {
    ($timer : expr) => { ... };
    ($timer : expr, $format : tt) => { ... };
    ($timer : expr, $format : tt, $($arg : expr), *) => { ... };
}
Expand description

Makes an existing timer output an ‘executing’ mesasge. Can be called multiple times.