macro_rules! trace_duration {
    ($category:expr, $name:expr $(, $key:expr => $val:expr)*) => { ... };
}