From: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: [PATCH 0/1] Build statistics base
Date: Mon, 14 Feb 2011 18:11:44 -0800 [thread overview]
Message-ID: <4D59E0E0.7020704@intel.com> (raw)
This is an initial commit of buildstats.bbclass. This generates a
directory structure in build/tmp/buildstats which contains basic build
statistics on a build run.
What we capture:
CPU usage on a build and task level
Time run overall and for each tast
Size of the uncompressed rootfs
If the build has failures, what package failed and during what task
Overall build stats are kept in
build/tmp/buildstats/<buildname-MACHINE>/<timestamp>/build_stats
with package statistics kept in <pkg_name>/<task>.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: eflanagan/buildstats
Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/buildstats
Thanks,
Beth Flanagan <elizabeth.flanagan@intel.com>
---
Beth Flanagan (1):
Buildstats commit: buildstats.bbclass
meta/classes/base.bbclass | 1 +
meta/classes/buildstats.bbclass | 194
+++++++++++++++++++++++++++++++++++++++
2 files changed, 195 insertions(+), 0 deletions(-)
create mode 100644 meta/classes/buildstats.bbclass
next reply other threads:[~2011-02-15 2:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 2:11 Elizabeth Flanagan [this message]
2011-02-15 10:00 ` [PATCH 0/1] Build statistics base Richard Purdie
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=4D59E0E0.7020704@intel.com \
--to=elizabeth.flanagan@intel.com \
--cc=yocto@yoctoproject.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.