]> code.ossystems Code Review - openembedded-core.git/commit
bb-matrix-plot: Use interpolation for sparse data
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 10 Sep 2013 12:20:10 +0000 (14:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Sep 2013 15:48:38 +0000 (16:48 +0100)
commit9642c1314da64c70254f6b012aa73ef37bbaa33f
tree1bbbd2b7bddd10763decd0c7d0c13acaee5617ac
parenta87c205bb6cefd5e1a41b8e7ef02b5bfa380e3b6
bb-matrix-plot: Use interpolation for sparse data

If not every combination of BB_NUMBER_THREADS and PARALLEL_MAKE have
been tested by bb-matrix.sh, e.g., by using BB_RANGE="04 08 10 12 16"
and PM_RANGE="04 08 10 12 16", then the graph that gnuplot generates by
default looks very jagged due to the missing data points. By using
splines to interpolate the missing data the graph looks a lot better.

This should not change graphs where all data points are available in any
way, only improve sparse graphs.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/bb-perf/bb-matrix-plot.sh