#include <quickprof.h>
Public Member Functions | |
| Clock () | |
| ~Clock () | |
| void | reset () |
| Resets the initial reference time. | |
| unsigned long long int | getTimeMicroseconds () |
| Returns the time in us since the last call to reset or since the Clock was created. | |
| Clock | ( | ) | [inline] |
| ~Clock | ( | ) | [inline] |
| unsigned long long int getTimeMicroseconds | ( | ) | [inline] |
Returns the time in us since the last call to reset or since the Clock was created.
| void reset | ( | ) | [inline] |
Resets the initial reference time.
1.4.7