gem5 v24.0.0.0
|
#include "base/statistics.hh"
#include "mem/port.hh"
#include "params/CommMonitor.hh"
#include "sim/probe/mem.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::CommMonitor |
The communication monitor is a SimObject which can monitor statistics of the communication happening between two ports in the memory system. More... | |
class | gem5::CommMonitor::CommMonitorSenderState |
Sender state class for the monitor so that we can annotate packets with a transmit time and receive time. More... | |
class | gem5::CommMonitor::MonitorRequestPort |
This is the request port of the communication monitor. More... | |
class | gem5::CommMonitor::MonitorResponsePort |
This is the CPU-side port of the communication monitor. More... | |
struct | gem5::CommMonitor::MonitorStats |
Stats declarations, all in a struct for convenience. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |