All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Build statistics base
@ 2011-02-15  2:11 Elizabeth Flanagan
  2011-02-15 10:00 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Elizabeth Flanagan @ 2011-02-15  2:11 UTC (permalink / raw)
  To: yocto


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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/1] Build statistics base
  2011-02-15  2:11 [PATCH 0/1] Build statistics base Elizabeth Flanagan
@ 2011-02-15 10:00 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-02-15 10:00 UTC (permalink / raw)
  To: Elizabeth Flanagan; +Cc: yocto

On Mon, 2011-02-14 at 18:11 -0800, Elizabeth Flanagan wrote:
> 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>

Merged to master, thanks Beth!

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-15 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-15  2:11 [PATCH 0/1] Build statistics base Elizabeth Flanagan
2011-02-15 10:00 ` Richard Purdie

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.