Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dsamples.py82 def add_value(self, name, value): member in MemSample
112 def add_value(self, name, value): member in DiskSpaceSample
H A Dparsing.py508 sample.add_value(name, int(value))
532 sample.add_value(match.group(1), int(match.group(2)))
554 sample.add_value(match.group(1), int(match.group(2)))