Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dprocess_tree.py40 def __init__(self, writer, kernel, psstats, sample_period, argument
53 self.sample_period = sample_period
179 elif p.duration <= 2 * self.sample_period:
H A Dsamples.py128 def __init__(self, writer, process_map, sample_count, sample_period, start_time, end_time): argument
131 self.sample_period = sample_period
134 writer.info ("%d samples, avg. sample length %f" % (self.sample_count, self.sample_period))
H A Dparsing.py106 self.ps_stats.sample_period,
176 process.calc_stats (self.ps_stats.sample_period)
H A Ddraw.py924 tw = round(proc_tree.sample_period * rect[2] / float(proc_tree.duration))
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dprocess_tree_test.py28 … trace.ps_stats.sample_period, None, options.prune, None, None, False, for_testing = True)