public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Performance observations and HOWTO
@ 2023-04-05 11:12 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2023-04-05 11:12 UTC (permalink / raw)
  To: openembedded-core

I was asked about whether we look at performance. We do have automated
monitoring but interpretation is left for humans. The basic reports are
linked from here:

https://autobuilder.yocto.io/pub/non-release/

under "Performance Reports" confusingly enough.

Taking a recent example:

https://autobuilder.yocto.io/pub/non-release/20230405-6/testresults/buildperf-alma8/perf-alma8_master_20230405030047_38e3769a72.html

We can see there has recently been:

a) parsing time increase from 10s to 22s
b) 3GB increase in TMPDIR size
c) 9MB rootfs size jump
d) 6 minute build time increase

The parsing time was probably my ptest change. For the build
time/tmpdir, it happened between revision 69808 and 69828.

You can resolve these with a poky repository:

git rev-list --reverse HEAD | nl -n ln | grep ^69808
git rev-list --reverse HEAD | nl -n ln | grep ^69828

and then look at the diff:

git log c7ee2d0236184045d46cfffa9f8822d3118baaf6..506e22a311cfe1136e70eadc0f1f07933aca072c

which shows it was likely the llvm/mesa-native changes.

Cheers,

Richard




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-05 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-05 11:12 Performance observations and HOWTO Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox