#include <gtime.h>
Inheritance diagram for gTimerTic:
Public Member Functions | |
gTimerTic () | |
virtual | ~gTimerTic () |
virtual t_gTicElapsed | CpuTics () |
virtual double | GetElapsedMilisec () |
virtual t_uint32 | GetMilisec () |
virtual void | Reset () |
void | GetTimeNow (sTimeSeconds &aTime) |
double | GetMilisecsDiff (sTimeSeconds &aTime1, sTimeSeconds &aTime0) |
Protected Member Functions | |
int | thisGetTime (sTimeSeconds &aTime) |
Protected Attributes | |
t_gTicElapsed | ticDiff |
sTimeSeconds | timeStart |
sTimeSeconds | timeEnd |
|
|
|
|
|
Definition at line 50 of file gtime.cpp. Referenced by gXHttpCont::thisGetHtmlContrl(). |
|
Definition at line 66 of file gtime.cpp. Referenced by GetMilisec(). |
|
Definition at line 71 of file gtime.cpp. Referenced by sOptSnarf::ShowStats(). |
|
Definition at line 84 of file gtime.cpp. Referenced by GetElapsedMilisec(). |
|
Definition at line 79 of file gtime.h. Referenced by CpuTics(). |
|
Reimplemented from gUInt. |
|
Definition at line 93 of file gtime.cpp. Referenced by GetTimeNow(), and gTimerTic(). |
|
|
|
Definition at line 86 of file gtime.h. Referenced by CpuTics(), GetElapsedMilisec(), and Reset(). |
|
Definition at line 86 of file gtime.h. Referenced by GetElapsedMilisec(), gTimerTic(), and Reset(). |