/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-summary | 18 import buildstats 48 def read_buildstats(path: pathlib.Path) -> buildstats.BuildStats: 52 return buildstats.BuildStats.from_file_json(path) 54 return buildstats.BuildStats.from_dir(path) 58 def dump_buildstats(args, bs: buildstats.BuildStats): 124 if not args.buildstats: 128 args.buildstats = sorted(buildstats_dir.iterdir())[-1] 133 bs = read_buildstats(args.buildstats)
|
H A D | oe-build-perf-report | 29 from buildstats import BuildStats, diff_buildstats, BSVerDiff 296 def print_html_report(data, id_comp, buildstats): argument 360 if (buildstats and rev in buildstats and bs_key in buildstats[rev] and 361 comp_rev in buildstats and bs_key in buildstats[comp_rev]): 362 new_meas['buildstats'] = BSSummary(buildstats[comp_rev][bs_key], 363 buildstats[rev][bs_key]) 389 buildstats = {} 392 buildstats[rev.commit_number] = {} 423 if measurement not in buildstats[rev.commit_number]: 424 buildstats[rev.commit_number][measurement] = _bs [all …]
|
H A D | buildstats-diff | 21 from buildstats import BuildStats, diff_buildstats, taskdiff_fields, BSVerDiff 150 def sum_vals(buildstats): argument 153 for recipe_data in buildstats.values():
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 194 buildstats = cls() 196 if recipe['name'] in buildstats: 204 buildstats[recipe['name']] = bsrecipe 206 return buildstats 256 buildstats = cls() 257 build_started, build_elapsed = buildstats.parse_top_build_stats(top_stats) 270 if name in buildstats: 273 buildstats[name] = bsrecipe 275 return buildstats 277 def aggregate(self, buildstats): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/ |
H A D | base.py | 148 buildstats = OrderedDict() 150 for key, val in test.buildstats.items(): 151 buildstats[test.name + '.' + key] = val 153 json.dump(buildstats, fobj, cls=ResultsJsonEncoder) 257 self.buildstats = OrderedDict() 444 buildstats = [] 458 buildstats.append(recipe_bs) 460 self.buildstats[measurement_name] = buildstats
|
/openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
H A D | buildstats-plot.sh | 53 -b buildstats The path where the folder resides 62 (see buildstats.sh -h for all options) or any other defined 120 $CD/buildstats.sh -b "$BS_DIR" -s "$STATS" -t "$TASKS" $RECIPE $ACCUMULATE -H > $OUTBUILDSTATS
|
H A D | bb-matrix.sh | 64 cp -a tmp/buildstats $RUNDIR/$BB-$PM-buildstats
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | oescripts.py | 47 … cls.buildstats = cls.tmpdir + "/buildstats/" + sorted(os.listdir(cls.tmpdir + "/buildstats"))[-1] 54 …tgui/pybootchartgui.py %s -o %s/charts -f png' % (self.scripts_dir, self.buildstats, self.tmpdir)) 58 …tgui/pybootchartgui.py %s -o %s/charts -f svg' % (self.scripts_dir, self.buildstats, self.tmpdir)) 62 …tgui/pybootchartgui.py %s -o %s/charts -f pdf' % (self.scripts_dir, self.buildstats, self.tmpdir))
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | buildstats.bbclass | 7 BUILDSTATS_BASE = "${TMPDIR}/buildstats/" 125 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_HEARTBEAT_EVENT=\"<interval>… 133 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_LOG_HOST_STAT_CMDS_INTERVAL=… 141 …bb.warn("buildstats: Collecting host data on failure failed. Set BB_LOG_HOST_STAT_CMDS_FAILURE=\"c… 161 …bb.warn("buildstats: Collecting host data failed. BB_HEARTBEAT_EVENT interval not enough to run th… 207 # at first pass make the buildstats hierarchy and then 279 import oe.buildstats 289 system_stats = oe.buildstats.SystemStats(d)
|
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-fii/meta-mori/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-asrock/meta-romed8hm3/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-quanta/meta-f0b/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-quanta/meta-gbs/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-asrock/meta-e3c256d4i/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-fii/meta-kudo/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-wistron/meta-lannister/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-tyan/meta-s7106/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-asrock/meta-spc621d8hm3/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-tyan/meta-s8036/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-bytedance/meta-g220a/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|
/openbmc/openbmc/meta-asrock/meta-x570d4u/conf/templates/default/ |
H A D | local.conf.sample | 6 USER_CLASSES ?= "buildstats"
|