|
|
|
|
|
|
|
|
|
|
|
|||||||
Compounds | |
| class | performance_counter |
A performance counter using gettimeofday(). More... | |
Functions | |
| void | start () |
| Starts measurement. | |
| void | stop () |
| Ends measurement. | |
| interval_type | get_period_count () const |
| The elapsed count in the measurement period. | |
| interval_type | get_seconds () const |
| The number of whole seconds in the measurement period. | |
| interval_type | get_milliseconds () const |
| The number of whole milliseconds in the measurement period. | |
| interval_type | get_microseconds () const |
| The number of whole microseconds in the measurement period. | |
|
|
The number of whole microseconds in the measurement period. This represents the extent, in whole microseconds, of the measurement period |
|
|
The number of whole milliseconds in the measurement period. This represents the extent, in whole milliseconds, of the measurement period |
|
|
The elapsed count in the measurement period. This represents the extent, in arbitrary units, of the measurement period |
|
|
The number of whole seconds in the measurement period. This represents the extent, in whole seconds, of the measurement period |
|
|
Starts measurement. Begins the measurement period |
|
|
Ends measurement. Ends the measurement period |
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |