#include <Profile_Timer.h>
Public Attributes | |
| ACE_timer_t | real_time |
| Elapsed wall clock time. | |
| ACE_timer_t | user_time |
| CPU time spent in user space. | |
| ACE_timer_t | system_time |
| CPU time spent in system space. | |
Definition at line 44 of file Profile_Timer.h.
Elapsed wall clock time.
Definition at line 48 of file Profile_Timer.h.
Referenced by ACE_Profile_Timer::elapsed_time().
CPU time spent in system space.
Definition at line 54 of file Profile_Timer.h.
Referenced by ACE_Profile_Timer::elapsed_time().
CPU time spent in user space.
Definition at line 51 of file Profile_Timer.h.
Referenced by ACE_Profile_Timer::elapsed_time().
1.4.7