diff options
author | Ninette Adhikari <ninette.adhikari@gmail.com> | 2025-01-27 14:20:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-09 22:23:30 +0000 |
commit | 9f3127060027a24995c3c361cbda964d2c59d039 (patch) | |
tree | c39492feaecddedf2e777b381bf3b205d44e3c5c /scripts/lib/argparse_oe.py | |
parent | e0a7a6eb096d94010d159456d8a6e86b36ec7a6a (diff) | |
download | poky-9f3127060027a24995c3c361cbda964d2c59d039.tar.gz |
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>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions