construct_profiler

Macro construct_profiler 

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