/home/coin/svn-release/OptimizationSuite-1.1.0/CoinUtils/src/CoinTime.hpp File Reference

#include <ctime>
#include <sys/resource.h>
#include <sys/time.h>
#include <fstream>
Include dependency graph for CoinTime.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CoinTimer
 This class implements a timer that also implements a tracing functionality. More...

Functions

double CoinGetTimeOfDay ()
double CoinWallclockTime (double callType=0)
 Query the elapsed wallclock time since the first call to this function.
static double CoinCpuTime ()
static double CoinCpuTimeJustChildren ()

Function Documentation

double CoinGetTimeOfDay (  )  [inline]

Definition at line 67 of file CoinTime.hpp.

double CoinWallclockTime ( double  callType = 0  )  [inline]

Query the elapsed wallclock time since the first call to this function.

If a positive argument is passed to the function then the time of the first call is set to that value (this kind of argument is allowed only at the first call!). If a negative argument is passed to the function then it returns the time when it was set.

Definition at line 84 of file CoinTime.hpp.

static double CoinCpuTime (  )  [inline, static]

Definition at line 93 of file CoinTime.hpp.

static double CoinCpuTimeJustChildren (  )  [inline, static]

Definition at line 117 of file CoinTime.hpp.


Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1