/builddir/build/BUILD/gru-0.1.0/src/time/other/gru_time_portable.h File Reference
#include <sys/time.h>
Go to the source code of this file.
Defines |
#define | timersub(start, end, result) gru_time_timersub(start, end, result) |
Functions |
int | gru_time_timersub (struct timeval *start, struct timeval *end, struct timeval *result) |
| Portable, non-Linux, time utilities.
|
Define Documentation
#define timersub |
( |
start, |
|
|
end, |
|
|
result |
|
) |
gru_time_timersub(start, end, result) |
Function Documentation
int gru_time_timersub |
( |
struct timeval * |
start, |
|
|
struct timeval * |
end, |
|
|
struct timeval * |
result | |
|
) |
| | |
Portable, non-Linux, time utilities.