#include <read_timing_common.H>
Public Member Functions | |
| void | read (FILE *input) throw (FS::EndOfFile) |
| Delta_Time (FILE *input) throw (FS::EndOfFile) | |
| Delta_Time () | |
| void | usecs_overflow () |
| bool | operator> (const Delta_Time &other) const |
| bool | operator>= (const Delta_Time &other) const |
| Delta_Time | operator- (const Delta_Time &other) const |
| Delta_Time | operator+ (const Delta_Time &other) const |
| Delta_Time & | operator+= (const Delta_Time &other) |
| Delta_Time & | operator= (const Delta_Time &other) |
| double | msecs () const |
| bool | operator== (const Delta_Time &other) const throw () |
| bool | operator!= (const Delta_Time &other) const throw () |
Public Attributes | |
| unsigned long | secs |
| unsigned long | usecs |
Definition at line 32 of file read_timing_common.H.
| Delta_Time::Delta_Time | ( | FILE * | input | ) | throw (FS::EndOfFile) [inline] |
Definition at line 59 of file read_timing_common.H.
References read().
Here is the call graph for this function:

| Delta_Time::Delta_Time | ( | ) | [inline] |
Definition at line 64 of file read_timing_common.H.
| void Delta_Time::read | ( | FILE * | input | ) | throw (FS::EndOfFile) [inline] |
Definition at line 38 of file read_timing_common.H.
Referenced by Delta_Time(), Call_Data::read(), Time_Point::read(), and Lock_Data::read_record().
Here is the caller graph for this function:

| void Delta_Time::usecs_overflow | ( | ) | [inline] |
Definition at line 70 of file read_timing_common.H.
References secs, usecs, and USECS_PER_SEC.
Referenced by operator+(), operator+=(), operator-(), and operator-().
Here is the caller graph for this function:

| bool Delta_Time::operator> | ( | const Delta_Time & | other | ) | const [inline] |
| bool Delta_Time::operator>= | ( | const Delta_Time & | other | ) | const [inline] |
| Delta_Time Delta_Time::operator- | ( | const Delta_Time & | other | ) | const [inline] |
Definition at line 93 of file read_timing_common.H.
References secs, usecs, usecs_overflow(), and USECS_PER_SEC.
Here is the call graph for this function:

| Delta_Time Delta_Time::operator+ | ( | const Delta_Time & | other | ) | const [inline] |
Definition at line 114 of file read_timing_common.H.
References secs, usecs, and usecs_overflow().
Here is the call graph for this function:

| Delta_Time& Delta_Time::operator+= | ( | const Delta_Time & | other | ) | [inline] |
Definition at line 125 of file read_timing_common.H.
References secs, usecs, and usecs_overflow().
Here is the call graph for this function:

| Delta_Time& Delta_Time::operator= | ( | const Delta_Time & | other | ) | [inline] |
| double Delta_Time::msecs | ( | ) | const [inline] |
Definition at line 142 of file read_timing_common.H.
Referenced by Proc_Totals::add_call(), main(), Lock_Data::plot_lock_info(), and Lock_Data::print_lock_info().
Here is the caller graph for this function:

| bool Delta_Time::operator== | ( | const Delta_Time & | other | ) | const throw () [inline] |
| bool Delta_Time::operator!= | ( | const Delta_Time & | other | ) | const throw () [inline] |
| unsigned long Delta_Time::secs |
Definition at line 34 of file read_timing_common.H.
Referenced by msecs(), operator!=(), operator+(), operator+=(), operator-(), operator-(), operator=(), operator==(), operator>(), operator>=(), read(), and usecs_overflow().
| unsigned long Delta_Time::usecs |
Definition at line 35 of file read_timing_common.H.
Referenced by msecs(), operator!=(), operator+(), operator+=(), operator-(), operator-(), operator=(), operator==(), operator>(), operator>=(), read(), and usecs_overflow().
1.5.1