Macro stopwatch_start

Source
macro_rules! stopwatch_start {
    () => { ... };
}