gem5
|
#include "base/statistics.hh"
#include "mem/mem_object.hh"
#include "params/CommMonitor.hh"
#include "sim/probe/mem.hh"
Go to the source code of this file.
Classes | |
class | CommMonitor |
The communication monitor is a MemObject which can monitor statistics of the communication happening between two ports in the memory system. More... | |
class | CommMonitor::CommMonitorSenderState |
Sender state class for the monitor so that we can annotate packets with a transmit time and receive time. More... | |
class | CommMonitor::MonitorMasterPort |
This is the master port of the communication monitor. More... | |
class | CommMonitor::MonitorSlavePort |
This is the slave port of the communication monitor. More... | |
struct | CommMonitor::MonitorStats |
Stats declarations, all in a struct for convenience. More... | |