ACE
6.3.3
|
Keeps track of the various user, system, and elapsed (real) times. More...
#include <Profile_Timer.h>
Public Attributes | |
ACE_timer_t | real_time |
Elapsed wall clock time. More... | |
ACE_timer_t | user_time |
CPU time spent in user space. More... | |
ACE_timer_t | system_time |
CPU time spent in system space. More... | |
Keeps track of the various user, system, and elapsed (real) times.
ACE_timer_t ACE_Profile_Timer::ACE_Elapsed_Time::real_time |
Elapsed wall clock time.
ACE_timer_t ACE_Profile_Timer::ACE_Elapsed_Time::system_time |
CPU time spent in system space.
ACE_timer_t ACE_Profile_Timer::ACE_Elapsed_Time::user_time |
CPU time spent in user space.