]> code.ossystems Code Review - openembedded-core.git/commit
bb-matrix: Fix min and max calculations
authorDarren Hart <dvhart@linux.intel.com>
Fri, 18 Jan 2013 23:13:52 +0000 (23:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 21 Jan 2013 10:20:21 +0000 (10:20 +0000)
commit90dc44c8246f2a580fe4a41ce28c201e52307500
tree59ab4f92c77997ce26687aff637bf9b2e9681748
parent121cb96964fe2f374d814bf39036119bd63b9589
bb-matrix: Fix min and max calculations

The BB and PM ranges were originally intended to use leading 0s to
ensure all the values were the same string length, making for nice log
filenames and columnar dat files. However, not everyone will do this -
especially if it isn't documented.

Document the intent. Make the generation and parsing of dat files robust
to either method.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/bb-perf/bb-matrix-plot.sh
scripts/contrib/bb-perf/bb-matrix.sh