Go to the source code of this file.
Functions | |
long | tutil_tvdiff (struct timeval newer, struct timeval older) |
double | tutil_tvdiff_secs (struct timeval newer, struct timeval older) |
long | tutil_tvlong (struct timeval t1) |
struct timeval | tutil_tvnow (void) |
long tutil_tvdiff | ( | struct timeval | newer, |
struct timeval | older | ||
) |
Definition at line 112 of file testutil.c.
double tutil_tvdiff_secs | ( | struct timeval | newer, |
struct timeval | older | ||
) |
Definition at line 123 of file testutil.c.
long tutil_tvlong | ( | struct timeval | t1 | ) |
Definition at line 133 of file testutil.c.
struct timeval tutil_tvnow | ( | void | ) | [read] |
Definition at line 93 of file testutil.c.