SoPlex
|
#include <notimer.h>
Public Member Functions | |
Construction / destruction | |
NoTimer () | |
default constructor | |
NoTimer (const NoTimer &) | |
copy constructor | |
NoTimer & | operator= (const NoTimer &) |
assignment operator | |
virtual | ~NoTimer () |
Control | |
virtual void | reset () |
initialize timer | |
virtual void | start () |
start timer | |
virtual Real | stop () |
stop timer | |
virtual TYPE | type () |
return type of timer | |
Access | |
virtual Real | time () const |
virtual Real | lastTime () const |
![]() | |
Timer () | |
default constructor | |
Timer (const Timer &old) | |
copy constructor | |
Timer & | operator= (const Timer &old) |
assignment operator | |
virtual | ~Timer () |
void | getLastTimes (Real *userTime, Real *systemTime, Real *realTime) const |
return accounted time. get accounted user, system, or real time when ticks were updated last | |
Real | realTimeLast () const |
return accounted real time without rechecking the clock | |
Additional Inherited Members | |
![]() | |
enum | TYPE { OFF = 0 , USER_TIME = 1 , WALLCLOCK_TIME = 2 } |
types of timers More... | |
![]() | |
enum | { RESET , STOPPED , RUNNING } |
status of the timer More... | |
enum soplex::Timer:: { ... } | status |
status of the timer | |
NoTimer | ( | ) |
default constructor
Definition at line 47 of file notimer.h.
References Timer::Timer().
Referenced by NoTimer(), and operator=().
|
virtual |
|
virtual |
|
virtual |
return type of timer
Implements Timer.
Definition at line 82 of file notimer.h.
References Timer::OFF.