STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions | Static Protected Attributes
stapl::counter_group< GroupID > Class Template Reference

Controls enabling/disabling a specific group of counter objects at runtime. More...

Static Public Member Functions

static void enable (void) noexcept
 Enables the counter group.
 
static void disable (void) noexcept
 Disables the counter group.
 
static bool enabled (void) noexcept
 Returns true if the counter group is enabled.
 

Static Protected Attributes

static bool s_active = true
 

Detailed Description

template<int GroupID>
class stapl::counter_group< GroupID >

Controls enabling/disabling a specific group of counter objects at runtime.

Template Parameters
GroupIDThe counter object group id.
See also
counter

The documentation for this class was generated from the following file: