Skip to content

Simplify counters memory

Antonio Caggiano requested to merge counters-memory into ci-tests

The strategy for allocating memory where to dump performance counters can be greatly simplified by using a simple vector of uint32_t as there is no need to use an allocator.

Merge request reports