gem5
v20.1.0.0
|
For times(). More...
#include <freebsd.hh>
Public Attributes | |
int32_t | tms_utime |
user time More... | |
int32_t | tms_stime |
system time More... | |
int32_t | tms_cutime |
user time of children More... | |
int32_t | tms_cstime |
system time of children More... | |
For times().
Definition at line 192 of file freebsd.hh.
int32_t ArmFreebsd32::tms::tms_cstime |
system time of children
Definition at line 196 of file freebsd.hh.
int32_t ArmFreebsd32::tms::tms_cutime |
user time of children
Definition at line 195 of file freebsd.hh.
int32_t ArmFreebsd32::tms::tms_stime |
system time
Definition at line 194 of file freebsd.hh.
int32_t ArmFreebsd32::tms::tms_utime |
user time
Definition at line 193 of file freebsd.hh.