functions used to get the time expressed in us (micro seconds) More...
#include <stdlib.h>#include <sys/time.h>Go to the source code of this file.
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... | |
functions used to get the time expressed in us (micro seconds)
| 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 |
1.8.17