macro_rules! report_execute_timings {
    (@ eager[$($eager_1:tt)*] $self:expr) => { ... };
    ($self:expr) => { ... };
}