SoPlex
|
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 | |
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 runSoPlex(), SLUFactorRational::SLUFactorRational(), SLUFactorRational::SLUFactorRational(), SPxSimplifier< R >::SPxSimplifier(), SPxSimplifier< R >::SPxSimplifier(), and switchTimer().
|
static |
Definition at line 81 of file timerfactory.h.
References createTimer(), soplex::spx_free(), and Timer::type().
Referenced by SLUFactor< R >::changeTimer(), and SPxSolverBase< Real >::setTiming().