summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorMathias De Mare <mathias.de_mare@nokia.com>2019-01-30 21:11:54 +0100
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2019-02-04 15:22:59 +0100
commitec757a813bb4173574ff4d5842326990d395323b (patch)
tree8caec37aeefd6277b2a6fb3209ed446b5f4355b3 /support
parent48b2e50eb8df36e3e3ab18692bd9e0dde3b38702 (diff)
downloadbuildroot-ec757a813bb4173574ff4d5842326990d395323b.tar.gz
buildroot-ec757a813bb4173574ff4d5842326990d395323b.zip
support/scripts/graph-build-time: add download times
Total build time also involves download. Getting a visibility on the impact of that step can be important for users/admins, e.g. to evaluate different methods of BR2_PRIMARY_SITE. Colors used are some kind of purple (primary scheme) and light orange (alternate scheme). Signed-off-by: Mathias De Maré <mathias.de_mare@nokia.com> [ThomasDS: rebase and update colors to avoid confusion] Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Tested-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-build-time6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/scripts/graph-build-time b/support/scripts/graph-build-time
index 892e08bf07..2fdb6a476d 100755
--- a/support/scripts/graph-build-time
+++ b/support/scripts/graph-build-time
@@ -69,14 +69,14 @@ import matplotlib.font_manager as fm # noqa: E402
import csv # noqa: E402
import argparse # noqa: E402
-steps = ['extract', 'patch', 'configure', 'build',
+steps = ['download', 'extract', 'patch', 'configure', 'build',
'install-target', 'install-staging', 'install-images',
'install-host']
-default_colors = ['#e60004', '#009836', '#2e1d86', '#ffed00',
+default_colors = ['#8d02ff', '#e60004', '#009836', '#2e1d86', '#ffed00',
'#0068b5', '#f28e00', '#940084', '#97c000']
-alternate_colors = ['#00e0e0', '#3f7f7f', '#ff0000', '#00c000',
+alternate_colors = ['#ffbe0a', '#00e0e0', '#3f7f7f', '#ff0000', '#00c000',
'#0080ff', '#c000ff', '#00eeee', '#e0e000']
OpenPOWER on IntegriCloud