gem5 v24.0.0.0
|
#include "base/time.hh"
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <sstream>
#include "base/logging.hh"
#include "config/use_posix_clock.hh"
#include "sim/core.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
void | gem5::sleep (const Time &time) |
time_t | gem5::mkutctime (struct tm *time) |