gem5 v24.0.0.0
|
Sender state class for the monitor so that we can annotate packets with a transmit time and receive time. More...
Public Member Functions | |
CommMonitorSenderState (Tick _transmitTime) | |
Construct a new sender state and store the time so we can calculate round-trip latency. | |
~CommMonitorSenderState () | |
Destructor. | |
Public Member Functions inherited from gem5::Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Public Attributes | |
Tick | transmitTime |
Tick when request is transmitted. | |
Public Attributes inherited from gem5::Packet::SenderState | |
SenderState * | predecessor |
Sender state class for the monitor so that we can annotate packets with a transmit time and receive time.
Definition at line 92 of file comm_monitor.hh.
|
inline |
Construct a new sender state and store the time so we can calculate round-trip latency.
_transmitTime | Time of packet transmission |
Definition at line 103 of file comm_monitor.hh.
|
inline |
Destructor.
Definition at line 108 of file comm_monitor.hh.
Tick gem5::CommMonitor::CommMonitorSenderState::transmitTime |
Tick when request is transmitted.
Definition at line 111 of file comm_monitor.hh.
Referenced by gem5::CommMonitor::recvTimingResp().