macro_rules! construct_profiler {
    ($name:ident for $title:ident: $( $scope:ident ),*) => { ... };
}