Home
last modified time | relevance | path

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

/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py2775 self.rowheight = dict()
2876 rowheight = 1
2897 rowheight = dev['devrows']
2901 self.rowheight[t] = dict()
2904 self.rowheight[t][p] = dict()
2911 self.rowlines[t][p][row] = rowheight
2912 self.rowheight[t][p][row] = rowheight * rh
2918 return self.rowheight[test][phase][row]
2924 top += self.rowheight[test][phase][i]
2943 for i in sorted(self.rowheight[t][p]):
[all …]