Lines Matching refs:graphs
181 def __init__(self, graphs, units, results_regexp, stddev_regexp): argument
182 self.name = graphs[-1]
183 self.graphs = graphs
214 "graphs": self.graphs,
360 self.graphs = []
387 self.graphs = parent.graphs[:] + [suite["name"]]
434 self.graphs,
474 self.graphs,
482 self.graphs,
518 AccumulateGenericResults(self.graphs, self.units, stdout_with_patch),
519 AccumulateGenericResults(self.graphs, self.units, stdout_no_patch),
1052 print ">>> Running suite: %s" % "/".join(runnable.graphs)