Actions
Task #5613
openTask #5611: tracking: counters: improve efficiency of stats tracking
counters: reduce size of data structure
Description
Current a StatsLocalCounter
structure, which is what is used during updates in the packet path, is 32 bytes in size. This is far more than needed. Simple counters like packet counters should just be a single uint64_t
, more complex counters might require double that (value+updates).
No data to display
Actions