gem5  v20.1.0.0
Public Attributes | List of all members
PowerLinux::tms Struct Reference

For times(). More...

#include <linux.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...
 

Detailed Description

For times().

Definition at line 94 of file linux.hh.

Member Data Documentation

◆ tms_cstime

int32_t PowerLinux::tms::tms_cstime

system time of children

Definition at line 98 of file linux.hh.

◆ tms_cutime

int32_t PowerLinux::tms::tms_cutime

user time of children

Definition at line 97 of file linux.hh.

◆ tms_stime

int32_t PowerLinux::tms::tms_stime

system time

Definition at line 96 of file linux.hh.

◆ tms_utime

int32_t PowerLinux::tms::tms_utime

user time

Definition at line 95 of file linux.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:02:29 for gem5 by doxygen 1.8.17