27#if defined(_WIN32) || defined(_WIN64)
49#define TIMES_TICKS_PER_SEC CLK_TCK
50#elif defined(_SC_CLK_TCK)
51#define TIMES_TICKS_PER_SEC sysconf(_SC_CLK_TCK)
53#define TIMES_TICKS_PER_SEC HZ
55#define TIMES_TICKS_PER_SEC 60
61void UserTimer::updateTicks()
const
63#if defined(_WIN32) || defined(_WIN64)
81void UserTimer::start()
126Real UserTimer::lastTime()
const
Safe arrays of data objects.
enum soplex::Timer::@19 status
status of the timer
clock_t uAccount
user time
Real ticks2sec(clock_t ticks) const
convert ticks to secounds.
void updateTicks() const
get actual user ticks from the system.
Everything should be within this namespace.
Debugging, floating point type and parameter definitions.
#define TIMES_TICKS_PER_SEC