]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/buildstats-diff: implement --multi option
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Thu, 29 Sep 2016 14:28:08 +0000 (17:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Oct 2016 20:45:56 +0000 (21:45 +0100)
commit4f5801303ec910ebc551fe3b7ce932f1947951ff
tree22fec39746be962ea01cbe698cadb13307165b9f
parenta235c1b7c2290c82e0c673c24f0af6b52883ecde
scripts/buildstats-diff: implement --multi option

Makes it possible to average over multiple buildstats. If --multi is
specified (and the given path is a directory) the script will read all
buildstats from the given directory and use averaged values calculated
from them.

All of the buildstats must be from a "similar" build, meaning that no
differences in package versions or tasks are allowed. Otherwise, the
script will exit with an error.

(From OE-Core rev: 315f44ba39e9b13facacd0fd3796fa87329d9d69)

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/buildstats-diff