#include <HWTimer.h>
Collaboration diagram for HWTimer:
Public Member Functions | |
HWTimer () | |
HWTimer (HWTimer &t) | |
~HWTimer () | |
bool | IsSupported (void) |
float | GetElapsedTimeFloat (void) |
double | GetElapsedTimeDouble (void) |
void | SleepFloat (float s) |
void | SleepDouble (double s) |
HWTimer & | operator= (HWTimer &rhs) |
Private Attributes | |
timeval | m_LastCount |
bool | m_IsSupported |
|
Definition at line 126 of file HWTimer.cpp. References m_IsSupported. |
|
Definition at line 133 of file HWTimer.cpp. References m_IsSupported, and m_LastCount. |
|
Definition at line 140 of file HWTimer.cpp. |
|
Definition at line 162 of file HWTimer.cpp. References m_LastCount, and TIMEVALDIFFDOUBLE. |
|
Definition at line 149 of file HWTimer.cpp. References m_LastCount, and TIMEVALDIFFFLOAT. |
|
Definition at line 144 of file HWTimer.cpp. |
|
Definition at line 213 of file HWTimer.cpp. References m_IsSupported, and m_LastCount. |
|
Definition at line 194 of file HWTimer.cpp. References m_LastCount, and TIMEVALDIFFDOUBLE. |
|
Definition at line 175 of file HWTimer.cpp. References m_LastCount, and TIMEVALDIFFFLOAT. |
|
Definition at line 67 of file HWTimer.h. Referenced by HWTimer(), and operator=(). |
|
Definition at line 65 of file HWTimer.h. Referenced by GetElapsedTimeDouble(), GetElapsedTimeFloat(), HWTimer(), operator=(), SleepDouble(), and SleepFloat(). |