
#include <Cycles.h>
Public Types | |
| typedef Private::ticks | ticks |
Public Member Functions | |
| Cycles () | |
| void | start () |
| void | stop () |
| void | reset () |
| double | getCycles () const |
Static Public Member Functions | |
| ticks | getCounter () |
Private Attributes | |
| bool | myRunningFlag |
| ticks | myStartTime |
| ticks | myEndTime |
|
|
|
|
|
|
|
|
Direct access of the CPU cycle counter - hopefully inlined.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|