Go to the source code of this file.
Functions | |
long | tool_tvdiff (struct timeval newer, struct timeval older) |
double | tool_tvdiff_secs (struct timeval newer, struct timeval older) |
long | tool_tvlong (struct timeval t1) |
struct timeval | tool_tvnow (void) |
long tool_tvdiff | ( | struct timeval | newer, |
struct timeval | older | ||
) |
Definition at line 122 of file tool_util.c.
double tool_tvdiff_secs | ( | struct timeval | newer, |
struct timeval | older | ||
) |
Definition at line 133 of file tool_util.c.
long tool_tvlong | ( | struct timeval | t1 | ) |
Definition at line 143 of file tool_util.c.
struct timeval tool_tvnow | ( | void | ) | [read] |
Definition at line 103 of file tool_util.c.