#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 59 of file read_timing_common.H. References read(). |
|
|
Definition at line 64 of file read_timing_common.H. |
|
|
Definition at line 142 of file read_timing_common.H. Referenced by Proc_Totals::add_call(), main(), Lock_Data::plot_lock_info(), Time_Ranges::print(), and Lock_Data::print_lock_info(). |
|
|
Definition at line 154 of file read_timing_common.H. |
|
|
Definition at line 114 of file read_timing_common.H. References secs, usecs, and usecs_overflow(). |
|
|
Definition at line 125 of file read_timing_common.H. References secs, usecs, and usecs_overflow(). |
|
|
Definition at line 93 of file read_timing_common.H. References secs, usecs, usecs_overflow(), and USECS_PER_SEC. |
|
|
Definition at line 134 of file read_timing_common.H. |
|
|
Definition at line 149 of file read_timing_common.H. |
|
|
Definition at line 79 of file read_timing_common.H. |
|
|
Definition at line 86 of file read_timing_common.H. |
|
|
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(). |
|
|
Definition at line 70 of file read_timing_common.H. References secs, usecs, and USECS_PER_SEC. Referenced by operator+(), operator+=(), operator-(), and operator-(). |
|
|
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(). |
|
|
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.4.2