Currently these group into the same line on the report. In `sortby=:firstexec` mode at least, I think it makes sense to show them separately ``` @timeit to "outer" begin @timeit "foo" foo() @timeit "foo" foo() end ```