|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <winstl_performance_counter_scope.h>
Public Types | |
| typedef C | counter_type |
| The counter type. | |
| typedef performance_counter_scope< C > | class_type |
| The class type. | |
Public Methods | |
| performance_counter_scope (counter_type &counter) | |
| Constructs with the performance counter instance to manage, on which start() is called. | |
| ~performance_counter_scope () | |
| Calls stop() on the managed counter. | |
| void | stop () |
| Calls stop() on the managed counter. | |
| const counter_type & | get_counter () const |
| Returns a non-mutable (const) reference to the managed counter. | |
| C | The performance counter type |
|
|
The class type.
|
|
|
The counter type.
|
|
|
Constructs with the performance counter instance to manage, on which start() is called.
|
|
|
Calls stop() on the managed counter.
|
|
|
Returns a non-mutable (const) reference to the managed counter.
|
|
|
Calls stop() on the managed counter.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |