macro_rules! measure {
    ($tag:expr,$n:expr,$f:block) => { ... };
    ($tag:expr,$f:block) => { ... };
}