gem5
|
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 85 of file operatingsystem.hh.
int64_t OperatingSystem::timeval::tv_sec |
seconds
Definition at line 86 of file operatingsystem.hh.
int64_t OperatingSystem::timeval::tv_usec |
microseconds
Definition at line 87 of file operatingsystem.hh.