poky/scripts/lib/build_perf
Ninette Adhikari 9f31270600 scripts/buildperf: Add chart tabs for commit count/time
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 <richard.purdie@linuxfoundation.org>
2025-02-09 22:23:30 +00:00
..
html scripts/buildperf: Add chart tabs for commit count/time 2025-02-09 22:23:30 +00:00
__init__.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
html.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
report.py oe-build-perf-report: Improve report styling and add descriptions 2024-05-15 16:39:19 +01:00
scrape-html-report.js scripts/contrib: add oe-build-perf-report-email 2017-04-01 23:28:20 +01:00