#include <additional/timers/Timer.h>
Inherits TimerBase.
Inheritance diagram for Timer:
Public Member Functions | |
Timer () | |
virtual | ~Timer () |
void | Start () |
void | Reset () |
double | ElapsedTime () |
void | Stop () |
Protected Attributes | |
double | savedTime |
Private Attributes | |
CTime | startTime |
Definition at line 35 of file Timer.h.
|
Definition at line 27 of file Timer.cpp. References Start(). Here is the call graph for this function: ![]() |
|
|
|
Implements TimerBase. |
|
Implements TimerBase. Definition at line 59 of file Timer.cpp. References savedTime, and Start(). Here is the call graph for this function: ![]() |
|
Reimplemented from TimerBase. Definition at line 51 of file Timer.cpp. References TimerBase::Start(), and startTime. Referenced by Reset(), and Timer(). Here is the call graph for this function: ![]() |
|
Reimplemented from TimerBase. Definition at line 80 of file Timer.cpp. References savedTime, startTime, and TimerBase::Stop(). Here is the call graph for this function: ![]() |
|
Definition at line 71 of file Timer.h. Referenced by ElapsedTime(), Reset(), and Stop(). |
|
Definition at line 86 of file Timer.h. Referenced by ElapsedTime(), Start(), and Stop(). |