|
spot 2.16
|
A structure to record elapsed time in clock ticks. More...
#include <spot/misc/timer.hh>
Public Attributes | |
| clock_t | utime |
| User time of the process. | |
| clock_t | stime |
| System time of the process. | |
| clock_t | cutime |
| User time of child processes. | |
| clock_t | cstime |
| System time of child processes. | |
A structure to record elapsed time in clock ticks.
| clock_t spot::time_info::cstime |
System time of child processes.
Referenced by spot::timer::cstime(), spot::timer::start(), and spot::timer::stop().
| clock_t spot::time_info::cutime |
User time of child processes.
Referenced by spot::timer::cutime(), spot::timer::start(), and spot::timer::stop().
| clock_t spot::time_info::stime |
System time of the process.
Referenced by spot::timer::start(), spot::timer::stime(), and spot::timer::stop().
| clock_t spot::time_info::utime |
User time of the process.
Referenced by spot::timer::start(), spot::timer::stop(), and spot::timer::utime().
1.9.8