gem5
v20.1.0.0
|
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 357 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_cstime |
system time of children
Definition at line 361 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_cutime |
user time of children
Definition at line 360 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_stime |
system time
Definition at line 359 of file freebsd.hh.
int64_t ArmFreebsd64::tms::tms_utime |
user time
Definition at line 358 of file freebsd.hh.