All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] bb-matrix performance metrics gathering and visualization scripts
@ 2011-07-09  2:02 Darren Hart
  2011-07-09  2:02 ` [PATCH 1/1] bb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinations Darren Hart
  2011-07-09 14:56 ` [PATCH 0/1] bb-matrix performance metrics gathering and visualization scripts Otavio Salvador
  0 siblings, 2 replies; 4+ messages in thread
From: Darren Hart @ 2011-07-09  2:02 UTC (permalink / raw)
  To: richard.purdie, openembedded-core; +Cc: Darren Hart

Add bb-matrix.sh and bb-matrix-plot.sh. Example output of these scripts is
viewable here:

https://wiki.yoctoproject.org/wiki/Build_Performance#bb-matrix

The following changes since commit 9f4eaeef33da5595748253d59d95c7ca548e28fa:

  libx11: enable xcb support (2011-07-08 23:02:08 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dvhart/bb-perf
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/bb-perf

Darren Hart (1):
  bb-matrix: initial scripts to record TIME(1) metrics for BB and PM
    combinations

 scripts/contrib/bb-perf/bb-matrix-plot.sh |  137 +++++++++++++++++++++++++++++
 scripts/contrib/bb-perf/bb-matrix.sh      |   78 ++++++++++++++++
 2 files changed, 215 insertions(+), 0 deletions(-)
 create mode 100755 scripts/contrib/bb-perf/bb-matrix-plot.sh
 create mode 100755 scripts/contrib/bb-perf/bb-matrix.sh




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

end of thread, other threads:[~2011-07-12 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-09  2:02 [PATCH 0/1] bb-matrix performance metrics gathering and visualization scripts Darren Hart
2011-07-09  2:02 ` [PATCH 1/1] bb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinations Darren Hart
2011-07-12 14:06   ` Richard Purdie
2011-07-09 14:56 ` [PATCH 0/1] bb-matrix performance metrics gathering and visualization scripts Otavio Salvador

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.