#include <timer.h>
Data Fields | |
| unsigned short | status |
| struct timeval | time_now_wall |
| struct timeval | time_last_wall |
| double | amount_wall |
| struct rusage | time_now_cpu |
| struct rusage | time_last_cpu |
| double | amount_user |
| double | amount_system |
Definition at line 32 of file timer.h.
| unsigned short it_timer_t::status |
struct timeval it_timer_t::time_now_wall [read] |
struct timeval it_timer_t::time_last_wall [read] |
| double it_timer_t::amount_wall |
struct rusage it_timer_t::time_now_cpu [read] |
struct rusage it_timer_t::time_last_cpu [read] |
| double it_timer_t::amount_user |
| double it_timer_t::amount_system |
|
|