gem5
v20.1.0.0
|
#include <sys/time.h>
#include <inttypes.h>
#include <cmath>
#include <cstring>
#include <ctime>
#include <iosfwd>
#include <iostream>
#include <string>
#include "base/types.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Classes | |
class | Time |
Functions | |
void | sleep (const Time &time) |
bool | operator== (const Time &l, const Time &r) |
bool | operator!= (const Time &l, const Time &r) |
bool | operator< (const Time &l, const Time &r) |
bool | operator<= (const Time &l, const Time &r) |
bool | operator> (const Time &l, const Time &r) |
bool | operator>= (const Time &l, const Time &r) |
Time | operator+ (const Time &l, const Time &r) |
Time | operator- (const Time &l, const Time &r) |
std::ostream & | operator<< (std::ostream &out, const Time &time) |
time_t | mkutctime (struct tm *time) |
time_t mkutctime | ( | struct tm * | time | ) |
Definition at line 153 of file time.cc.
References fatal, and ArmISA::tz.
Referenced by ArmSemihosting::ArmSemihosting(), DumbTOD::DumbTOD(), and MC146818::tickClock().
Definition at line 210 of file time.hh.
References MipsISA::l, and MipsISA::r.
Definition at line 244 of file time.hh.
References MipsISA::l, and MipsISA::r.
Definition at line 252 of file time.hh.
References MipsISA::l, and MipsISA::r.
Referenced by sc_dt::operator-().
Definition at line 216 of file time.hh.
References MipsISA::l, and MipsISA::r.
Referenced by MultiperspectivePerceptron::findBest().
|
inline |
Definition at line 260 of file time.hh.
References Time::date().
Definition at line 223 of file time.hh.
References MipsISA::l, and MipsISA::r.
Definition at line 204 of file time.hh.
References MipsISA::l, and MipsISA::r.
Definition at line 230 of file time.hh.
References MipsISA::l, and MipsISA::r.
Definition at line 237 of file time.hh.
References MipsISA::l, and MipsISA::r.
void sleep | ( | const Time & | time | ) |