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