#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. |
ACE_HAS_FLOATING_POINT
is enabled, these values are in microseconds; otherwise, they are in seconds.
|
Elapsed wall clock time.
|
|
CPU time spent in system space.
|
|
CPU time spent in user space.
|