All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] improvements to buildstats scripts
@ 2020-03-24 11:33 luis.martins
  2020-03-24 11:33 ` [PATCH 1/5] buildstats-plot.sh: fix invoking buildstats.sh Luis Martins
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: luis.martins @ 2020-03-24 11:33 UTC (permalink / raw)
  To: openembedded-core

This patches add some new functionalities to the buildstats
scripts to allow easier debugging of the bitbake performance.
Some new features like accumulating the stats values allow
to compare the total amount of memory used by a single task
(main process + child processes) and other features allow
convenient analysis of task performance per recipe.

Luis Martins (5):
  buildstats-plot.sh: fix invoking buildstats.sh
  buildstats-plot.sh: filter by task
  buildstats*.sh: add accumulate parameter to scripts
  buildstats*.sh: add recipe parameter to scripts
  buildstats*.sh: fix spacing indentation in the files

 scripts/contrib/bb-perf/buildstats-plot.sh |  74 ++++++-----
 scripts/contrib/bb-perf/buildstats.sh      | 139 ++++++++++++---------
 2 files changed, 127 insertions(+), 86 deletions(-)

-- 
2.25.2


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

end of thread, other threads:[~2020-03-24 14:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-24 11:33 [PATCH 0/5] improvements to buildstats scripts luis.martins
2020-03-24 11:33 ` [PATCH 1/5] buildstats-plot.sh: fix invoking buildstats.sh Luis Martins
2020-03-24 11:33 ` [PATCH 2/5] buildstats-plot.sh: filter by task Luis Martins
2020-03-24 11:33 ` [PATCH 3/5] buildstats*.sh: add accumulate parameter to scripts Luis Martins
2020-03-24 11:33 ` [PATCH 4/5] buildstats*.sh: add recipe " Luis Martins
2020-03-24 11:33 ` [PATCH 5/5] buildstats*.sh: fix spacing indentation in the files Luis Martins
2020-03-24 14:44   ` [PATCH v2 0/5] improvements to buildstats scripts Luis Martins
2020-03-24 14:44     ` [PATCH v2 1/5] buildstats-plot.sh: fix invoking buildstats.sh Luis Martins
2020-03-24 14:44     ` [PATCH v2 2/5] buildstats-plot.sh: filter by task Luis Martins
2020-03-24 14:44     ` [PATCH v2 3/5] buildstats*.sh: add accumulate parameter to scripts Luis Martins
2020-03-24 14:44     ` [PATCH v2 4/5] buildstats*.sh: add recipe " Luis Martins
2020-03-24 14:44     ` [PATCH v2 5/5] buildstats*.sh: fix spacing indentation in the files Luis Martins

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.