NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
|
#include <OPTUtils.h>
Public Member Functions | |
OPTtimers (void) | |
constructor of the class | |
void | Start (void) |
start the timer | |
void | Stop (void) |
stop the timer | |
double | Read (void) |
void | Read (double &tu, double &ts) |
As Read( void ) but adds user and system time to tu and ts. | |
void | ReSet (void) |
reset the timer | |
Private Attributes | |
double | u |
double | s |
bool | ticking |
clock_t | t_u |
Provides a common interface to the different timing routines that are available in different platforms.
|
inline |