()
| 16 | } |
| 17 | |
| 18 | func NewInterfaceCountersTracker() *InterfaceCountersTracker { |
| 19 | return &InterfaceCountersTracker{} |
| 20 | } |
| 21 | |
| 22 | // Delta calculates counters relative to the current baseline. |
| 23 | // On first sample, it sets baseline and returns zero. |
no outgoing calls