Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/scripts/python/
Dexported-sql-viewer.py1434 def __init__(self, data, graph_width, graph_height, attrs, event_handler, parent=None): argument
1438 self.graph_width = graph_width
1445 return QRectF(0, 0, self.graph_width, self.graph_height)
1692 graph_width = attrs.XToPixel(attrs.subrange.x.hi) + 1
1702 self.x_axis = XAxisGraphicsItem(graph_width, self)
1714 self.width = self.graph_origin_x + graph_width + margin
1717 …self.graph = SwitchGraphDataGraphicsItem(data, graph_width, graph_height, attrs, event_handler, se…
1721 parent.EnableRubberBand(self.graph_origin_x, self.graph_origin_x + graph_width - 1, self)