Home
last modified time | relevance | path

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

/openbmc/ipmitool/contrib/
H A Dcreate_webpage_compact.sh26 graph_width=500
114 --width $graph_width ${!group}
128 --width $graph_width ${!group}
142 --width $graph_width ${!group}
H A Dcreate_webpage.sh26 graph_width=500
174 --width $graph_width ${!group} $thres
188 --width $graph_width ${!group} $thres
202 --width $graph_width ${!group} $thres
H A DREADME65 graph_width Size of the graph area in pixels (excluding title, legends etc.)
/openbmc/linux/tools/perf/scripts/python/
H A 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)