ACE
6.1.0
|
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. | |
ACE_timer_t | user_time |
CPU time spent in user space. | |
ACE_timer_t | system_time |
CPU time spent in system space. |
Keeps track of the various user, system, and elapsed (real) times.
Elapsed wall clock time.
CPU time spent in system space.
CPU time spent in user space.