#include <Timer.h>
Public Member Functions | |
Timer () | |
~Timer () | |
void | clear () |
void | start () |
void | stop () |
double | clock_time () |
double | user_time () |
double | system_time () |
double | cpu_time () |
Public Attributes | |
double | calibration |
Definition at line 54 of file Timer.h.
|
Definition at line 68 of file Timer.cpp. References calibration, clear(), TAU_PROFILE, TAU_UTILITY, and TIMEROFF. Here is the call graph for this function: |
|
Definition at line 99 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, TIMEROFF, and TIMERON. |
|
Definition at line 130 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, TIMEROFF, and TIMERON. Referenced by IpplTimerInfo::clear(), IpplStats::IpplStats(), IpplTimerInfo::start(), and Timer(). |
|
Definition at line 277 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, and TIMEROFF. Referenced by operator<<(), and IpplTimerInfo::stop(). |
|
Definition at line 66 of file Timer.h. References system_time(), and user_time(). Referenced by operator<<(), and IpplTimerInfo::stop(). Here is the call graph for this function: |
|
Definition at line 171 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, and TIMERON. Referenced by IpplStats::IpplStats(), and IpplTimerInfo::start(). |
|
Definition at line 222 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, and TIMEROFF. Referenced by IpplTimerInfo::clear(), IpplStats::IpplStats(), IpplTimerInfo::start(), and IpplTimerInfo::stop(). |
|
Definition at line 416 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, and TIMEROFF. Referenced by cpu_time(). |
|
Definition at line 367 of file Timer.cpp. References TAU_PROFILE, TAU_UTILITY, and TIMEROFF. Referenced by cpu_time(). |
|
Definition at line 75 of file Timer.h. Referenced by Timer(). |