From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mail.openembedded.org (Postfix) with ESMTP id 98400784DE for ; Fri, 15 Sep 2017 13:04:41 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Sep 2017 06:04:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,396,1500966000"; d="scan'208";a="1172538602" Received: from marquiz.fi.intel.com ([10.237.72.155]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2017 06:04:41 -0700 From: Markus Lehtonen To: openembedded-core@lists.openembedded.org Date: Fri, 15 Sep 2017 16:04:36 +0300 Message-Id: X-Mailer: git-send-email 2.12.3 Subject: [PATCH 0/4] oe-build-perf-report: task and recipe details in html report X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 13:04:42 -0000 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