Macro breezy_timer::elapsed_ns[][src]

macro_rules! elapsed_ns {
    ( $x:expr) => { ... };
}

Returns the amount of nanoseconds elapsed by the timer with the provided name. If feature breezy_timer is not active, returns 0 (to avoid breaking code which depends on the output)