macro_rules! trace_timed {
($label:expr, { $($body:tt)* }) => { ... };
($label:expr, $($field:ident = $val:expr),+, { $($body:tt)* }) => { ... };
}macro_rules! trace_timed {
($label:expr, { $($body:tt)* }) => { ... };
($label:expr, $($field:ident = $val:expr),+, { $($body:tt)* }) => { ... };
}