|
| CPU_Time::ResultType | MeterPU::operator- (CPU_Time::Time_Unit const &stop_time, CPU_Time::Time_Unit const &start_time) |
| | Calculate elapsed time between two time stamp. More...
|
| |
| bool | MeterPU::operator< (CPU_Time::Time_Unit const &small_time, CPU_Time::Time_Unit const &large_time) |
| | Check if a time stamp is earlier than another. More...
|
| |
| bool | MeterPU::operator== (CPU_Time::Time_Unit const &small_time, CPU_Time::Time_Unit const &large_time) |
| | Check if two time stamps are the same. More...
|
| |
| bool | MeterPU::operator<= (CPU_Time::Time_Unit const &small_time, CPU_Time::Time_Unit const &large_time) |
| | Check if a time stamp is earlier or equal to another. More...
|
| |
Distinguish between Energy and Time etc.
| CPU_Time::ResultType MeterPU::operator- |
( |
CPU_Time::Time_Unit const & |
stop_time, |
|
|
CPU_Time::Time_Unit const & |
start_time |
|
) |
| |
|
inline |
Calculate elapsed time between two time stamp.
| bool MeterPU::operator< |
( |
CPU_Time::Time_Unit const & |
small_time, |
|
|
CPU_Time::Time_Unit const & |
large_time |
|
) |
| |
|
inline |
Check if a time stamp is earlier than another.
| bool MeterPU::operator<= |
( |
CPU_Time::Time_Unit const & |
small_time, |
|
|
CPU_Time::Time_Unit const & |
large_time |
|
) |
| |
|
inline |
Check if a time stamp is earlier or equal to another.
| bool MeterPU::operator== |
( |
CPU_Time::Time_Unit const & |
small_time, |
|
|
CPU_Time::Time_Unit const & |
large_time |
|
) |
| |
|
inline |
Check if two time stamps are the same.