gem5 v24.0.0.0
Loading...
Searching...
No Matches
time.hh File Reference
#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)
 

Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0