Class to create new timers and to switch types of exiting ones. More...
#include <timerfactory.h>
Static Public Member Functions | |
static Timer * | createTimer (Timer::TYPE ttype) |
create timers and allocate memory for them More... | |
static Timer * | switchTimer (Timer *timer, Timer::TYPE ttype) |
Class to create new timers and to switch types of exiting ones.
Definition at line 38 of file timerfactory.h.
|
static |
create timers and allocate memory for them
Definition at line 44 of file timerfactory.h.
References MSG_ERROR, Timer::OFF, soplex::spx_alloc(), Timer::USER_TIME, and Timer::WALLCLOCK_TIME.
Referenced by runSoPlex(), SLUFactorRational::SLUFactorRational(), SPxSimplifier< R >::SPxSimplifier(), and TimerFactory::switchTimer().
|
static |
Definition at line 72 of file timerfactory.h.
References TimerFactory::createTimer(), soplex::spx_free(), and Timer::type().
Referenced by SLUFactor< R >::changeTimer().