The btClock is a portable basic clock that measures accurate time in seconds, use for profiling. More...
#include <btQuickprof.h>
Public Member Functions | |
| btClock () | |
| btClock (const btClock &other) | |
| unsigned long int | getTimeMicroseconds () |
| unsigned long int | getTimeMilliseconds () |
| btClock & | operator= (const btClock &other) |
| void | reset () |
| Resets the initial reference time. | |
| ~btClock () | |
Private Attributes | |
| struct btClockData * | m_data |
The btClock is a portable basic clock that measures accurate time in seconds, use for profiling.
Definition at line 35 of file btQuickprof.h.
| btClock::btClock | ( | ) |
| btClock::btClock | ( | const btClock & | other | ) |
| unsigned long int btClock::getTimeMicroseconds | ( | ) |
Returns the time in us since the last call to reset or since the Clock was created.
| unsigned long int btClock::getTimeMilliseconds | ( | ) |
Returns the time in ms since the last call to reset or since the btClock was created.
| void btClock::reset | ( | ) |
Resets the initial reference time.
struct btClockData* btClock::m_data [private] |
Definition at line 56 of file btQuickprof.h.