#include "time_functions.h"
Functions | |
void | time_get (int *t_sec, int *t_usec) |
return the absolute time of the computer More... | |
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) More... | |
int | gettimeofday (struct timeval *tp, void *tz) |
get current time fot Windows More... | |
int gettimeofday | ( | struct timeval * | tp, |
void * | tz | ||
) |
get current time fot Windows
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)
[in] | init_t_sec | initial time in s |
[in] | init_t_usec | initial time in us |
void time_get | ( | int * | t_sec, |
int * | t_usec | ||
) |
return the absolute time of the computer
[out] | t_sec | time in s |
[out] | t_usec | time in us |