]> code.ossystems Code Review - openembedded-core.git/commit
scripts: introduce buildstats-diff
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 14 Sep 2016 11:24:42 +0000 (14:24 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Sep 2016 14:15:33 +0000 (15:15 +0100)
commite707718374ce1c95769a5f99aa3bfdfc0be685b2
treefbca947ad24ecad81c230bbeaaeb7c276fe37d6f
parent3c8c8501d0a19b566a94a9e06afe40642b444958
scripts: introduce buildstats-diff

New script for comparing buildstats from two separate builds. The script
has two modes: normally it prints the differences in task execution
(cpu) times but using --ver-diff option makes it just print the recipe
version differences without any cpu time data. Other command line
options are provided to alter the sort criteria of the data and to
filter out insignificant differences and/or short tasks.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/buildstats-diff [new file with mode: 0755]