[OE-core] [PATCH 00/11] Improvements to scripts/buildstats-diff

Markus Lehtonen markus.lehtonen at linux.intel.com
Thu Sep 29 14:27:57 UTC 2016


Improve the buildstats-diff in different ways:
- slightly improved error handling and output
- make it possible to compare other attributes of the buiildstats than just
  cputime (block io statistics and wall clock time added)
- support averaging over multiple buildstats


The following changes since commit cdaafc3729700778d95afc2413553d7b41c1317b:

  oeqa/sstatetests: Ensure we cover deb packaging backend for sstate test (2016-09-28 10:15:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/buildstats-diff
  http://git.openembedded.org/openembedded-core-contrib/log/?h=marquiz/buildstats-diff


Markus Lehtonen (11):
  scripts/buildstats-diff: check that the given directory exists
  scripts/buildstats-diff: rename --min-time and --min-timediff args
  scripts/buildstats-diff: implement BSTask class
  scripts/buildstats-diff: do not hardcode field widths in output
  scripts/buildstats-diff: introduce --diff-attr
  scripts/buildstats-diff: add read_bytes and write_bytes to --diff-attr
  scripts/buildstats-diff: add read_ops and write_ops to --diff-attr
  scripts/buildstats-diff: add walltime to --diff-attr
  scripts/buildstats-diff: use exception for internal error handling
  scripts/buildstats-diff: make logger msg format a bit more readable
  scripts/buildstats-diff: implement --multi option

 scripts/buildstats-diff | 397 +++++++++++++++++++++++++++++++++---------------
 1 file changed, 275 insertions(+), 122 deletions(-)

-- 
2.6.6




More information about the Openembedded-core mailing list