| Submitter | Darren Hart |
|---|---|
| Date | July 9, 2011, 2:02 a.m. |
| Message ID | <cover.1310175992.git.dvhart@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/7269/ |
| State | New, archived |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib dvhart/bb-perfComments
On Fri, Jul 8, 2011 at 23:02, Darren Hart <dvhart@linux.intel.com> wrote: > bb-matrix: initial scripts to record TIME(1) metrics for BB and PM > combinations please drop initial scripts; it doesn't matter et all if it is a script and if it is merged it is because it is usable and worth having it so the initial status makes no useful contribution to the short description. Long description can make clear and more detailed explanation.
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