Macro breezy_timer::stop_timer[][src]

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

Stops the timer with the provided name. The timer must already exist, or this call will panic. The same timer can be started and stopped as many times as needed, and will keep track of the sum of all the time spent