ACE  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
ACE_Profile_Timer::ACE_Elapsed_Time Class Reference

Keeps track of the various user, system, and elapsed (real) times. More...

#include <Profile_Timer.h>

List of all members.

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.

Detailed Description

Keeps track of the various user, system, and elapsed (real) times.


Member Data Documentation

Elapsed wall clock time.

CPU time spent in system space.

CPU time spent in user space.


The documentation for this class was generated from the following file: