#include <sys/time.h>Include dependency graph for helper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| long | time_delta_us (const struct timeval &tv_1, const struct timeval &tv_2) |
| timeval | time_plus (struct timeval tv_1, const struct timeval &tv_2) |
| timeval | time_minus (struct timeval tv_1, const struct timeval &tv_2) |
| long time_delta_us | ( | const struct timeval & | tv_1, | |
| const struct timeval & | tv_2 | |||
| ) | [inline] |
| struct timeval time_minus | ( | struct timeval | tv_1, | |
| const struct timeval & | tv_2 | |||
| ) | [inline] |
| struct timeval time_plus | ( | struct timeval | tv_1, | |
| const struct timeval & | tv_2 | |||
| ) | [inline] |
1.5.1