| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| 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 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 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():
|
| H A D | oe-pylint | 13 …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 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
|
| /OK3568_Linux_fs/yocto/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
|
| H A D | buildstats.sh | 49 -b buildstats The path where the folder resides
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | oescripts.py | 48 … 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 D | buildstats.bbclass | 1 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 D | toaster.bbclass | 159 # 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 D | test-process.rst | 47 buildstats repository at: 48 :yocto_git:`/yocto-buildstats/`.
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 151 # - 'buildstats' collect build statistics 152 USER_CLASSES ?= "buildstats"
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py.in | 28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/"
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.1.rst | 404 ``buildstats`` output. This data has been replaced with 406 need to update any custom code that reads the ``buildstats`` data.
|
| H A D | release-notes-4.0.7.rst | 72 - lib/buildstats: fix parsing of trees with reduced_proc_pressure directories
|
| H A D | release-notes-3.4.rst | 109 - 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 D | classes.rst | 222 .. _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 D | structure.rst | 366 .. _structure-build-tmp-buildstats: 368 ``build/tmp/buildstats/``
|
| H A D | variables.rst | 1072 :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 D | common-tasks.rst | 8387 USER_CLASSES = buildstats
|