public class StdTimeMeter extends TimeMeter
Modifier and Type | Field and Description |
---|---|
protected SampleStatistic |
transferTime |
fromPortHandler, toPortHandler
Constructor and Description |
---|
StdTimeMeter(SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
protected void |
evaluateTimeStamp(TimeStamp ts,
double currentTime) |
protected boolean |
useMessage(Message msg)
filters messages that should be used for transfer time measurement
|
addTimeStamp, evaluateMessageFromPort, evaluateMessageToPort, getAndRemoveTimeStamp
attachFromPort, attachFromPort, attachToPort, attachToPort
protected SampleStatistic transferTime
public StdTimeMeter(SimNode ownNode)
protected void evaluateTimeStamp(TimeStamp ts, double currentTime)
evaluateTimeStamp
in class TimeMeter
protected boolean useMessage(Message msg)
TimeMeter
useMessage
in class TimeMeter