Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/scripts/python/
Dexported-sql-viewer.py1427 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1431 self.graph_width = graph_width
1438 return QRectF(0, 0, self.graph_width, self.graph_height)
1685 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1
1695 self.x_axis = XAxisGraphicsItem(graph_width, self)
1707 self.width = self.graph_origin_x + graph_width + margin
1710 …self.graph = SwitchGraphDataGraphicsItem(data, graph_width, graph_height, attrs, event_handler, se…
1714 parent.EnableRubberBand(self.graph_origin_x, self.graph_origin_x + graph_width - 1, self)