Searched refs:sample_period (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | process_tree.py | 40 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 D | samples.py | 128 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 D | parsing.py | 106 self.ps_stats.sample_period, 176 process.calc_stats (self.ps_stats.sample_period)
|
| H A D | draw.py | 924 tw = round(proc_tree.sample_period * rect[2] / float(proc_tree.duration))
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | process_tree_test.py | 28 … trace.ps_stats.sample_period, None, options.prune, None, None, False, for_testing = True)
|