]> code.ossystems Code Review - openembedded-core.git/commit
scripts/buildstats-diff: move code to lib/buildstats.py
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 15 Sep 2017 13:04:37 +0000 (16:04 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Sep 2017 10:07:23 +0000 (11:07 +0100)
commit8a2cd9afc95919737d8e75234e78bbc52e1494a1
treeeca7331a4807a55ff4f68dfe79516b77053ef0ad
parent10883bb49ad2f5309883fd352cf320b2e1648615
scripts/buildstats-diff: move code to lib/buildstats.py

Move over code from buildstats-diff to new scripts/lib/buildstats.py
module in order to share code related to buildstats processing.  Also,
refactor the code, introducing new classes to make the code readable,
maintainable and easier to debug.

[YOCTO #11381]

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