Classes | |
class | Timer |
Typedefs | |
typedef clock_t | cputime |
typedef struct timeval | walltime |
Functions | |
double | get_cputime_elapsed (const cputime &t0, const cputime &t1) |
void | get_current_cputime (cputime &t) |
void | get_current_walltime (walltime &t) |
double | get_walltime_elapsed (const walltime &t0, const walltime &t1) |
long | get_walltime_in_millis (const walltime &t) |
typedef clock_t zorba::time::cputime |
typedef struct timeval zorba::time::walltime |
|
inline |
|
inline |
Definition at line 197 of file time.h.
Referenced by zorba::time::Timer::elapsed(), and zorba::time::Timer::start().
|
inline |
Definition at line 191 of file time.h.
Referenced by zorba::time::Timer::elapsed().
|
inline |
Definition at line 202 of file time.h.
Referenced by zorba::time::Timer::getStart().