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