Home
last modified time | relevance | path

Searched refs:buildstats (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/
H A Dbuildstats.py194 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 …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-build-perf-report29 from buildstats import BuildStats, diff_buildstats, BSVerDiff
296 def print_html_report(data, id_comp, buildstats): argument
356 if (buildstats and rev in buildstats and bs_key in buildstats[rev] and
357 comp_rev in buildstats and bs_key in buildstats[comp_rev]):
358 new_meas['buildstats'] = BSSummary(buildstats[comp_rev][bs_key],
359 buildstats[rev][bs_key])
385 buildstats = {}
388 buildstats[rev.commit_number] = {}
419 if measurement not in buildstats[rev.commit_number]:
420 buildstats[rev.commit_number][measurement] = _bs
[all …]
H A Dbuildstats-diff21 from buildstats import BuildStats, diff_buildstats, taskdiff_fields, BSVerDiff
150 def sum_vals(buildstats): argument
153 for recipe_data in buildstats.values():
H A Doe-pylint13 …ib:$this_dir/lib pylint3 $IGNORELIST -d undefined-variable argparse_oe buildstats devtool recipet…
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/
H A Dbase.py148 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
/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh53 -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 Dbb-matrix.sh64 cp -a tmp/buildstats $RUNDIR/$BB-$PM-buildstats
H A Dbuildstats.sh49 -b buildstats The path where the folder resides
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Doescripts.py48 … 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))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildstats.bbclass1 BUILDSTATS_BASE = "${TMPDIR}/buildstats/"
119 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_HEARTBEAT_EVENT=\"<interval>…
127 …bb.warn("buildstats: Collecting host data at intervals failed. Set BB_LOG_HOST_STAT_CMDS_INTERVAL=…
135 …bb.warn("buildstats: Collecting host data on failure failed. Set BB_LOG_HOST_STAT_CMDS_FAILURE=\"c…
155 …bb.warn("buildstats: Collecting host data failed. BB_HEARTBEAT_EVENT interval not enough to run th…
201 # at first pass make the buildstats hierarchy and then
273 import buildstats
283 system_stats = buildstats.SystemStats(d)
H A Dtoaster.bbclass159 # collect list of buildstats files based on fired events; when the build completes, collect all sta…
169 return # if we don't have buildstats, we cannot collect stats
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dtest-process.rst47 buildstats repository at:
48 :yocto_git:`/yocto-buildstats/`.
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample151 # - 'buildstats' collect build statistics
152 USER_CLASSES ?= "buildstats"
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/"
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.1.rst404 ``buildstats`` output. This data has been replaced with
406 need to update any custom code that reads the ``buildstats`` data.
H A Drelease-notes-4.0.7.rst72 - lib/buildstats: fix parsing of trees with reduced_proc_pressure directories
H A Drelease-notes-3.4.rst109 - buildstats: log host data on failure separately to task specific file
110 - buildstats: collect "at interval" and "on failure" logs in the same file
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst222 .. _ref-classes-buildstats:
224 ``buildstats.bbclass``
227 The ``buildstats`` class records performance statistics about each task
232 to ``${TMPDIR}/buildstats/``. You can analyze the elapsed time using
241 remove "buildstats" from the :term:`USER_CLASSES` list.
243 .. _ref-classes-buildstats-summary:
245 ``buildstats-summary.bbclass``
250 :ref:`buildstats <ref-classes-buildstats>` class be enabled.
H A Dstructure.rst366 .. _structure-build-tmp-buildstats:
368 ``build/tmp/buildstats/``
H A Dvariables.rst1072 :ref:`buildstats <ref-classes-buildstats>` class. The
1074 ``${``\ :term:`TMPDIR`\ ``}/buildstats/``.
8721 USER_CLASSES ?= "buildstats"
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst8387 USER_CLASSES = buildstats