gem5
|
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. More... | |
~CommMonitorSenderState () | |
Destructor. More... | |
Public Member Functions inherited from Packet::SenderState | |
SenderState () | |
virtual | ~SenderState () |
Public Attributes | |
Tick | transmitTime |
Tick when request is transmitted. More... | |
Public Attributes inherited from 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 99 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 110 of file comm_monitor.hh.
|
inline |
Destructor.
Definition at line 115 of file comm_monitor.hh.
Tick CommMonitor::CommMonitorSenderState::transmitTime |
Tick when request is transmitted.
Definition at line 118 of file comm_monitor.hh.
Referenced by CommMonitor::recvTimingResp().