]> code.ossystems Code Review - openembedded-core.git/commit
scripts/buildstats-diff: support optimized rusage values
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 15 May 2017 11:18:45 +0000 (14:18 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 May 2017 16:44:00 +0000 (17:44 +0100)
commit496a9dc179fe9dc370c940f4a2f7bcab869a804f
treeab877a0dae0d65360ddcc25b18e810b5bed16f33
parente06266798d975bd6bebdb6bfdbd3d21be1c44ffd
scripts/buildstats-diff: support optimized rusage values

Buildstats from oe-build-perf-test results have been optimized to not
have child rusage values at all. There, rusage is the sum of parent and
child rusage values. This patch makes buildstats-diff compatible with
this format.

[YOCTO #11355]

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