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 47 of file timerfactory.h.
|
static |
create timers and allocate memory for them
Definition at line 53 of file timerfactory.h.
References Timer::OFF, soplex::spx_alloc(), SPX_MSG_ERROR, Timer::USER_TIME, and Timer::WALLCLOCK_TIME.
Referenced by SLUFactorRational::SLUFactorRational(), SPxSimplifier< R >::SPxSimplifier(), and TimerFactory::switchTimer().
|
static |
Definition at line 81 of file timerfactory.h.
References TimerFactory::createTimer(), soplex::spx_free(), and Timer::type().
Referenced by SLUFactor< R >::changeTimer(), and SPxSolverBase< R >::setTiming().