int t_usec(int init_t_sec, int init_t_usec)
return the elapsed time (in us) since time 'init_t' (expressed in s and us)
Definition: time_functions.c:24
void time_get(int *t_sec, int *t_usec)
return the absolute time of the computer
Definition: time_functions.c:10
int t_usec(int init_t_sec, int init_t_usec)
return the elapsed time (in us) since time 'init_t' (expressed in s and us)
Definition: time_functions.c:24
void time_get(int *t_sec, int *t_usec)
return the absolute time of the computer
Definition: time_functions.c:10