gem5  v22.1.0.0
Classes | Namespaces | Functions
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

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 

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 Wed Dec 21 2022 10:22:54 for gem5 by doxygen 1.9.1