]> git.llucax.com Git - software/dgc/dgcbench.git/commit
micro: Improve generation of data to plot the histogram
authorLeandro Lucarella <llucax@gmail.com>
Thu, 27 Aug 2009 00:06:17 +0000 (21:06 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 27 Aug 2009 00:06:17 +0000 (21:06 -0300)
commit37dd82c0a3363318958cd62cfdad2c73cc56338a
tree496c2b14a3e6ac1a344b6faf7939a76e5a71afa6
parent688f2efa838b0dbc5b9dd592a9cea0ba2058e9f5
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/Makefile
micro/hist.awk [new file with mode: 0644]