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, getAndRemoveTimeStampattachFromPort, attachFromPort, attachToPort, attachToPortprotected SampleStatistic transferTime
public StdTimeMeter(SimNode ownNode)
protected void evaluateTimeStamp(TimeStamp ts, double currentTime)
evaluateTimeStamp in class TimeMeterprotected boolean useMessage(Message msg)
TimeMeteruseMessage in class TimeMeter