gem5  v21.1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
gem5::Linux::timespec Struct Reference

For clock_gettime(). More...

#include <linux.hh>

Public Attributes

time_t tv_sec
 seconds More...
 
int64_t tv_nsec
 nanoseconds More...
 

Detailed Description

For clock_gettime().

Definition at line 140 of file linux.hh.

Member Data Documentation

◆ tv_nsec

int64_t gem5::Linux::timespec::tv_nsec

nanoseconds

Definition at line 143 of file linux.hh.

◆ tv_sec

time_t gem5::Linux::timespec::tv_sec

seconds

Definition at line 142 of file linux.hh.


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

Generated on Wed Jul 28 2021 12:10:41 for gem5 by doxygen 1.8.17