#include <stlsoft/performance/performance_counter_init.hpp>
| C | The performance counter type. |
Public Types | |
Member Types | |
| typedef C | counter_type |
| The counter type. | |
| typedef performance_counter_initialiser < C > | class_type |
| The class type. | |
Public Member Functions | |
Construction | |
| performance_counter_initialiser () | |
| Initialises the counter by calling start() and stop() on it. | |
| typedef C counter_type |
The counter type.
| typedef performance_counter_initialiser<C> class_type |
The class type.
| performance_counter_initialiser | ( | ) | [inline] |
Initialises the counter by calling start() and stop() on it.
1.5.6