Simplify counters memory
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.