All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Lehtonen <markus.lehtonen@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] oe-build-perf-report: task and recipe details in html report
Date: Fri, 15 Sep 2017 16:04:36 +0300	[thread overview]
Message-ID: <cover.1505480244.git.markus.lehtonen@linux.intel.com> (raw)

This patchset improves the html report generated by
scripts/oe-build-perf-report in two ways. First, it will show a short summary
of the bitbake tasks of a build. The second part of the patchset will show
recipe version changes between two builds.

[YOCTO #11381]
[YOCTO #11382]


The following changes since commit d72d116e0228cc0e4391d0558b2d32c3fd5e399c:

  README.qemu: Add from meta-yocto as it belongs in core (2017-09-14 12:39:29 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/fixes-11381
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=marquiz/fixes-11381

Markus Lehtonen (4):
  scripts/buildstats-diff: move code to lib/buildstats.py
  scripts/oe-build-perf-report: summary of task resource usage
  scripts/buildstats-diff: move more code to lib/buildstats.py
  scripts/oe-build-perf-report: show recipe version changes in html
    report

 scripts/buildstats-diff                 | 340 +++++--------------------------
 scripts/lib/build_perf/html/report.html |  80 +++++++-
 scripts/lib/buildstats.py               | 349 ++++++++++++++++++++++++++++++++
 scripts/oe-build-perf-report            | 105 +++++++---
 4 files changed, 556 insertions(+), 318 deletions(-)
 create mode 100644 scripts/lib/buildstats.py

-- 
2.12.3



             reply	other threads:[~2017-09-15 13:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-15 13:04 Markus Lehtonen [this message]
2017-09-15 13:04 ` [PATCH 1/4] scripts/buildstats-diff: move code to lib/buildstats.py Markus Lehtonen
2017-09-15 13:04 ` [PATCH 2/4] scripts/oe-build-perf-report: summary of task resource usage Markus Lehtonen
2017-09-15 13:04 ` [PATCH 3/4] scripts/buildstats-diff: move more code to lib/buildstats.py Markus Lehtonen
2017-09-15 13:04 ` [PATCH 4/4] scripts/oe-build-perf-report: show recipe version changes in html report Markus Lehtonen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1505480244.git.markus.lehtonen@linux.intel.com \
    --to=markus.lehtonen@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.