Disables a specific counter group at compile-time. More...
Disables a specific counter group at compile-time.
If counters that are in the same group need to be disabled at compile time, resulting in empty calls without overhead, then a specialization of the class disable_group_counter must be provided that extends from std::true_type
.
For example, if counters with group id 0
must be disabled, then defining
will disable them.