mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
oe-build-perf-report: Improve report styling and add descriptions
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 <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
99861c17e7
commit
314a220280
@@ -319,7 +319,8 @@ def measurement_stats(meas, prefix='', time=0):
|
||||
stats['quantity'] = val_cls.quantity
|
||||
stats[prefix + 'sample_cnt'] = len(values)
|
||||
|
||||
start_time = time # Add start time for both type sysres and disk usage
|
||||
# Add start time for both type sysres and disk usage
|
||||
start_time = time
|
||||
mean_val = val_cls(mean(values))
|
||||
min_val = val_cls(min(values))
|
||||
max_val = val_cls(max(values))
|
||||
|
||||
Reference in New Issue
Block a user