gem5
|
For times(). More...
#include <freebsd.hh>
Public Attributes | |
int64_t | tms_utime |
user time More... | |
int64_t | tms_stime |
system time More... | |
int64_t | tms_cutime |
user time of children More... | |
int64_t | tms_cstime |
system time of children More... | |
For times().
Definition at line 352 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_cstime |
system time of children
Definition at line 356 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_cutime |
user time of children
Definition at line 355 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_stime |
system time
Definition at line 354 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_utime |
user time
Definition at line 353 of file freebsd.hh.