zorba::time

Type Definitions

clock_t

cputime

long long

msec_type

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)

msec_type

get_walltime_in_millis(const walltime &t)

Type Definitions

cputime

clock_t cputime

msec_type

long long msec_type

walltime

struct timeval walltime

Functions

get_cputime_elapsed

double get_cputime_elapsed(const cputime &t0, const cputime &t1)

get_current_cputime

void get_current_cputime(cputime &t)

get_current_walltime

void get_current_walltime(walltime &t)

get_walltime_elapsed

double get_walltime_elapsed(const walltime &t0, const walltime &t1)

get_walltime_in_millis

msec_type get_walltime_in_millis(const walltime &t)