#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. |
Definition at line 86 of file quickprof.h.
quickprof::Clock::Clock | ( | ) | [inline] |
Definition at line 89 of file quickprof.h.
quickprof::Clock::~Clock | ( | ) | [inline] |
Definition at line 97 of file quickprof.h.
void quickprof::Clock::reset | ( | ) | [inline] |
unsigned long long int quickprof::Clock::getTimeMicroseconds | ( | ) | [inline] |
Returns the time in us since the last call to reset or since the Clock was created.
Definition at line 123 of file quickprof.h.