#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... | |
ACE_HAS_FLOATING_POINT is enabled, these values are in microseconds; otherwise, they are in seconds.
Definition at line 46 of file Profile_Timer.h.
|
|
Elapsed wall clock time.
Definition at line 50 of file Profile_Timer.h. |
|
|
CPU time spent in system space.
Definition at line 56 of file Profile_Timer.h. |
|
|
CPU time spent in user space.
Definition at line 53 of file Profile_Timer.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002