Class | Description |
---|---|
Meter |
Meters
|
OnePointMeter |
Base class for all meters which are connected to only one port.
|
TwoPointMeter |
Base class for all meters which are connected to two ports (e.g.
|
One way of executing measurements on a model is to insert statistics classes directly into each model component. For measurements performed on a given interface between ports of a model component (e.g., transfer time between input and output port of a model component), there are so-called meters that only need to be "plugged in" to one or more ports.
OnePointMeter
and
TwoPointMeter
, respectively, are base classes for
meters that measure on one port, or between two ports.Meter