#include <KryptosTimer.h>
Public Member Functions | |
| CKryptosTimer () | |
| ~CKryptosTimer () | |
| CKryptosTimer (const CCPUTicker &oldTicker) | |
| void | Reset () |
| void | Start () |
| void | Stop () |
| __int64 | GetClockTicks () |
| double | GetSeconds () |
| void | GlobalInit () |
Private Attributes | |
| CCPUTicker * | ticker |
| __int64 | base |
| __int64 | total |
| double | baseSeconds |
| double | totalSeconds |
| bool | timing |
| CKryptosTimer::CKryptosTimer | ( | ) |
| CKryptosTimer::~CKryptosTimer | ( | ) |
| CKryptosTimer::CKryptosTimer | ( | const CCPUTicker & | oldTicker | ) |
| void CKryptosTimer::Reset | ( | ) |
| void CKryptosTimer::Start | ( | ) |
| void CKryptosTimer::Stop | ( | ) |
| __int64 CKryptosTimer::GetClockTicks | ( | ) |
| double CKryptosTimer::GetSeconds | ( | ) |
| void CKryptosTimer::GlobalInit | ( | ) |
CCPUTicker* CKryptosTimer::ticker [private] |
__int64 CKryptosTimer::base [private] |
__int64 CKryptosTimer::total [private] |
double CKryptosTimer::baseSeconds [private] |
double CKryptosTimer::totalSeconds [private] |
bool CKryptosTimer::timing [private] |
1.5.1-p1