There is no way to take histogram tics labels from a data file in GNUPlot.
A new script is added to generate the histogram tics labels from the data,
suitable to be included directly in a GNUPlot script.
micro: Improve generation of data to plot the histogram
If a program allocates a lot of cell with different sizes the histogram
would have a lot of bars to plot, making it very hard to read.
The script to generate the histogram data is improved to take a maximum
number of cell sizes. If that limit is passed, the cell sizes are grouped
together in ranges of cell sizes, keeping the histogram readable.
micro: Generate data to plot an allocation histogram
The newly generated %.h.csv files has how many allocations has been
requested for each object (cell) size. A histogram will be plotted based
on this data in the future.