gem5
v20.1.0.0
|
For gettimeofday(). More...
#include <operatingsystem.hh>
Public Attributes | |
int64_t | tv_sec |
seconds More... | |
int64_t | tv_usec |
microseconds More... | |
For gettimeofday().
Definition at line 83 of file operatingsystem.hh.
int64_t OperatingSystem::timeval::tv_sec |
seconds
Definition at line 84 of file operatingsystem.hh.
int64_t OperatingSystem::timeval::tv_usec |
microseconds
Definition at line 85 of file operatingsystem.hh.