macro_rules! metric {
    {$($block:stmt;)*} => { ... };
}