Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py82 def from_file(cls, buildstat_file, fallback_end=0): argument
85 log.debug("Reading task buildstats from %s", buildstat_file)
87 with open(buildstat_file) as fobj:
117 raise BSError("{} looks like a invalid buildstats file".format(buildstat_file))