Home | History | Annotate | Download | only in tools

Lines Matching refs:graphs

180   def __init__(self, graphs, units, results_regexp, stddev_regexp):
181 self.name = '/'.join(graphs)
182 self.graphs = graphs
213 "graphs": self.graphs,
299 "graphs": graph_names + ["Total"],
350 "graphs": graph_names + [graph, trace],
378 self.graphs = []
406 self.graphs = parent.graphs[:] + [suite["name"]]
455 self.graphs,
506 self.graphs,
514 self.graphs,
550 AccumulateGenericResults(self.graphs, self.units, stdout_with_patch),
551 AccumulateGenericResults(self.graphs, self.units, stdout_no_patch),
1085 print ">>> Running suite: %s" % "/".join(runnable.graphs)