#include <sys/time.h>#include <FS.H>#include <stdio.h>Include dependency graph for read_timing_common.H:

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

Go to the source code of this file.
Classes | |
| struct | Delta_Time |
Defines | |
| #define | USECS_PER_SEC 1000000 |
Functions | |
| timeval | operator+ (const struct timeval &start, const Delta_Time &delta) |
| Delta_Time | operator- (const struct timeval &end, const struct timeval &start) |
| bool | operator== (const struct timeval &lhs, const struct timeval &rhs) |
| bool | operator<= (const struct timeval &lhs, const struct timeval &rhs) |
| bool | operator< (const struct timeval &lhs, const struct timeval &rhs) |
| #define USECS_PER_SEC 1000000 |
Definition at line 30 of file read_timing_common.H.
| struct timeval operator+ | ( | const struct timeval & | start, | |
| const Delta_Time & | delta | |||
| ) | [inline] |
| Delta_Time operator- | ( | const struct timeval & | end, | |
| const struct timeval & | start | |||
| ) |
Definition at line 174 of file read_timing_common.H.
References Delta_Time::secs, Delta_Time::usecs, Delta_Time::usecs_overflow(), and USECS_PER_SEC.
Here is the call graph for this function:

| bool operator< | ( | const struct timeval & | lhs, | |
| const struct timeval & | rhs | |||
| ) | [inline] |
Definition at line 211 of file read_timing_common.H.
| bool operator<= | ( | const struct timeval & | lhs, | |
| const struct timeval & | rhs | |||
| ) | [inline] |
Definition at line 203 of file read_timing_common.H.
| bool operator== | ( | const struct timeval & | lhs, | |
| const struct timeval & | rhs | |||
| ) | [inline] |
Definition at line 196 of file read_timing_common.H.
1.5.1