#include <gtime.h>
Inheritance diagram for gTimer:
Public Types | |
enum | eTimerPrec { e_PrecTic } |
Public Member Functions | |
gTimer (eTimerPrec aPrecision) | |
virtual | ~gTimer () |
virtual double | GetSecondsFromTics (t_gTicElapsed aElapsed) |
virtual double | GetMilisecsFromTics (t_gTicElapsed aElapsed) |
virtual void | Start () |
Public Attributes | |
double | tic |
Protected Attributes | |
t_gTicElapsed | ticStart |
t_gTicElapsed | ticLast |
|
|
|
|
|
|
|
Definition at line 48 of file gtime.h. Referenced by sOptSnarf::ShowStats(). |
|
Definition at line 22 of file gtime.cpp. Referenced by GetMilisecsFromTics(). |
|
Definition at line 32 of file gtime.cpp. Referenced by gTimer(), and gXHttpCont::thisGetHtmlContrl(). |
|
Definition at line 41 of file gtime.h. Referenced by gTimerTic::CpuTics(), and Start(). |
|
Definition at line 56 of file gtime.h. Referenced by gTimerTic::CpuTics(), and gTimerTic::Reset(). |
|
Definition at line 56 of file gtime.h. Referenced by gTimerTic::CpuTics(), gTimerTic::Reset(), and Start(). |