]> code.ossystems Code Review - openembedded-core.git/commit
scripts/buildstats-diff: Add option to filter tasks
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 15 Jul 2019 15:47:33 +0000 (10:47 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jul 2019 08:36:29 +0000 (09:36 +0100)
commita8c7960d24c48107fd3703e49c38f890e84e2226
tree56cbb8a3623d798ad1ded6c1b66b13adf6fa3da6
parent1228dddfd11654e3b8830e1ef51f9ebeb152bd35
scripts/buildstats-diff: Add option to filter tasks

Adds a command line option to filter out the buildstats-diff report by
one more more tasks. e.g.:

 buildstats-diff --only-task do_compile A B

will only show the differences for do_compile tasks. The --only-task
option can be specified multiple times to filter out multiple tasks at
once.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/buildstats-diff
scripts/lib/buildstats.py