Actions
Task #5613
closedTask #5611: tracking: counters: improve efficiency of stats tracking
counters: reduce size of data structure
Effort:
Difficulty:
Label:
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).
Actions