gem5 v24.0.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 | gem5::Time |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
void | gem5::sleep (const Time &time) |
bool | gem5::operator== (const Time &l, const Time &r) |
bool | gem5::operator!= (const Time &l, const Time &r) |
bool | gem5::operator< (const Time &l, const Time &r) |
bool | gem5::operator<= (const Time &l, const Time &r) |
bool | gem5::operator> (const Time &l, const Time &r) |
bool | gem5::operator>= (const Time &l, const Time &r) |
Time | gem5::operator+ (const Time &l, const Time &r) |
Time | gem5::operator- (const Time &l, const Time &r) |
std::ostream & | gem5::operator<< (std::ostream &out, const Time &time) |
time_t | gem5::mkutctime (struct tm *time) |