You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the new features with any relevant use cases.
Add support for Statistics to the PortModule API
Describe the proposed solution you plan to implement
The Statistics created in PortModules will be mapped to the Component of the port that the PortModule is attached to. We will map PortModule stats into the same namespace so that the various enableStatitics calls will work.
Testing plan
Will add tests to the statistics test suite.
Additional context
The PortModule base class has a BaseComponent* to the component that it is being attached to. This will allow the PortModule to map its stats into the (Sub)Component.
The text was updated successfully, but these errors were encountered:
Please describe the new features with any relevant use cases.
Add support for Statistics to the PortModule API
Describe the proposed solution you plan to implement
The Statistics created in PortModules will be mapped to the Component of the port that the PortModule is attached to. We will map PortModule stats into the same namespace so that the various enableStatitics calls will work.
Testing plan
Will add tests to the statistics test suite.
Additional context
The PortModule base class has a BaseComponent* to the component that it is being attached to. This will allow the PortModule to map its stats into the (Sub)Component.
The text was updated successfully, but these errors were encountered: