#include <sys/time.h>
#include <FS.H>
#include <stdio.h>
Go to the source code of this file.
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) |
|
Definition at line 30 of file read_timing_common.H. |
|
Definition at line 160 of file read_timing_common.H. References USECS_PER_SEC. Referenced by Basics::Allocator< T >::allocate(), Basics::Allocator< T >::deallocate(), operator new(), and operator new[](). |
|
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. |
|
Definition at line 211 of file read_timing_common.H. |
|
Definition at line 203 of file read_timing_common.H. |
|
Definition at line 196 of file read_timing_common.H. |