<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/scripts/lib/build_perf, branch walnascar</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=walnascar</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=walnascar'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2025-03-28T22:14:14+00:00</updated>
<entry>
<title>buildperf: Tweak tooltip positioning for usability</title>
<updated>2025-03-28T22:14:14+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2025-03-28T22:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=67f6bad5295aa76e710913dda94c37790a2fa7a7'/>
<id>urn:sha1:67f6bad5295aa76e710913dda94c37790a2fa7a7</id>
<content type='text'>
The tooltop contains a key hyperlink to make the graphs usable. Make
it easier to click on the link by removing the space between the data
point and the tooltip.

(From OE-Core rev: a090076e42eb9b41da55fc01ccbbb68f9b8a8cb8)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>buildperf: Avoid step usage in performance line graphs</title>
<updated>2025-03-28T22:14:14+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2025-03-28T22:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=6d1366214863065674676dd16354e9fff54408e8'/>
<id>urn:sha1:6d1366214863065674676dd16354e9fff54408e8</id>
<content type='text'>
When using steps in the line chart, you have to look long and hard
to understand if the data is the lower or upper point on the step.

Whilst not as pretty, the sloped line charts are more accurate so
switch to those as the transition points are important and the main
reason for the charts.

(From OE-Core rev: 60cc8cf421c0b04f774fd42a415f275ad457bcdf)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>scripts/buildperf: Add chart tabs for commit count/time</title>
<updated>2025-02-09T22:23:30+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>ninette.adhikari@gmail.com</email>
</author>
<published>2025-01-27T13:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9f3127060027a24995c3c361cbda964d2c59d039'/>
<id>urn:sha1:9f3127060027a24995c3c361cbda964d2c59d039</id>
<content type='text'>
We triggered a test of an older revision to narrow down when performance
changed. The issue is that git's timestamps are granular to 1s. We'll
usually merge a set of commits at the same time so they will all have
the same timestamp for a block of them. This means that even if we use
the commit date, all the points can't be distinguished on the graph.
The author date doesn't work either as the commits are not merged in
author date order.

To solve this this patch adds the commit_count chart as a separate tab
next to the start_time chart

(From OE-Core rev: b263edd33f6c895238d81ef148c0445fcd0aa268)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Add commit hash link to chart tooltip</title>
<updated>2024-05-24T15:59:31+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>ninette@thehoodiefirm.com</email>
</author>
<published>2024-05-22T14:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f66f8fa9f605d5dc39acb10226198b3ab40dcaa3'/>
<id>urn:sha1:f66f8fa9f605d5dc39acb10226198b3ab40dcaa3</id>
<content type='text'>
Update tooltip to include the commit hash link to the poky repository

(From OE-Core rev: 1187a460c2608369df8de08fe52a5542e4ab6ecd)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Add dark mode</title>
<updated>2024-05-15T15:39:19+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>ninette@thehoodiefirm.com</email>
</author>
<published>2024-05-03T14:43:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=cf0c866b51cc7d64b7a24fab21c8acd6324f9c1f'/>
<id>urn:sha1:cf0c866b51cc7d64b7a24fab21c8acd6324f9c1f</id>
<content type='text'>
Update css to add dark mode when window prefers-color-scheme is dark.

(From OE-Core rev: ed02a235d42202279ad5e4e3153247f9e5e2bba8)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Update chart tooltip and chart type</title>
<updated>2024-05-15T15:39:19+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>ninette@thehoodiefirm.com</email>
</author>
<published>2024-05-03T14:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=20fafa08540b089f1b100e00108939c3c59bd448'/>
<id>urn:sha1:20fafa08540b089f1b100e00108939c3c59bd448</id>
<content type='text'>
- Update chart tooltip format to show value as size in MB for 'rootfs size'
and timestamp for 'tmpdir size'
- Add commit number to tooltip
- Update chart type to 'step chart' instead of 'line chart'

(From OE-Core rev: fb41cbbe6008e442b6eac77308eadeae327eed7d)

Signed-off-by: Ninette Adhikari &lt;ninette@thehoodiefirm.com&gt;
Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Improve report styling and add descriptions</title>
<updated>2024-05-15T15:39:19+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-05-03T14:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=314a220280840b5f0f52becc928b16d0ee7d8f2b'/>
<id>urn:sha1:314a220280840b5f0f52becc928b16d0ee7d8f2b</id>
<content type='text'>
Styling updates are added including page margin, labels for x and y axis, tooltip, and section descriptions.

(From OE-Core rev: 2a2568fcf1a3f8e467bd814f4fb13dffae8ec61d)

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Display more than 300 commits and date instead of commit number</title>
<updated>2024-05-15T15:39:19+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-05-03T14:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=99861c17e7a47cbbd492f98336439a5ab3e8742e'/>
<id>urn:sha1:99861c17e7a47cbbd492f98336439a5ab3e8742e</id>
<content type='text'>
- This commit updates measurement statistics data to include start_time so that time can be displayed instead of commit numbers on the chart.
- It also updates default commit history length to 300.

(From OE-Core rev: 64275a41c37130aaaacc5e592f94a1afe057119b)

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>oe-build-perf-report: Add apache echarts to make report interactive</title>
<updated>2024-05-15T15:39:19+00:00</updated>
<author>
<name>Ninette Adhikari</name>
<email>13760198+ninetteadhikari@users.noreply.github.com</email>
</author>
<published>2024-05-03T14:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=836b4b57d6d50b04190c7d9b66e73464f5698fd3'/>
<id>urn:sha1:836b4b57d6d50b04190c7d9b66e73464f5698fd3</id>
<content type='text'>
- Add Apache echarts (https://echarts.apache.org/en/index.html) library to create build performance charts.
- Restructure data to time and value array format so that it can be used by echarts.
- This commit also converts test duration to minutes to map against the values axis.
- Zoom is added to the line charts.

(From OE-Core rev: 63c9321832aae79d20a4ddd199a4a1385f81de53)

Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>meta: correct collections vs collections.abc deprecation</title>
<updated>2021-09-19T10:33:14+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alex.kanavin@gmail.com</email>
</author>
<published>2021-09-17T12:59:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5128defbc3996af5f8e28f5681ba4ad5b3c5d023'/>
<id>urn:sha1:5128defbc3996af5f8e28f5681ba4ad5b3c5d023</id>
<content type='text'>
collections.abc is available since 3.3 and doesn't need special handling.

(From OE-Core rev: 01152c9410ba00274c8415a5d914dc33dfd0cf46)

Signed-off-by: Alexander Kanavin &lt;alex@linutronix.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
