From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Performance observations and HOWTO
Date: Wed, 05 Apr 2023 12:12:49 +0100 [thread overview]
Message-ID: <6eec8f242c590401fb448212dc06d57c2be0e19d.camel@linuxfoundation.org> (raw)
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
reply other threads:[~2023-04-05 11:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6eec8f242c590401fb448212dc06d57c2be0e19d.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox