From 314a220280840b5f0f52becc928b16d0ee7d8f2b Mon Sep 17 00:00:00 2001 From: Ninette Adhikari <13760198+ninetteadhikari@users.noreply.github.com> Date: Fri, 3 May 2024 16:43:38 +0200 Subject: 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 Signed-off-by: Richard Purdie --- scripts/lib/build_perf/report.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/lib/build_perf/report.py') diff --git a/scripts/lib/build_perf/report.py b/scripts/lib/build_perf/report.py index 82c56830d7..f4e6a92e09 100644 --- a/scripts/lib/build_perf/report.py +++ b/scripts/lib/build_perf/report.py @@ -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)) -- cgit v1.2.3-54-g00ecf