Lines Matching refs:graphs
167 def __init__(self, graphs, units, results_regexp, stddev_regexp): argument
168 self.name = '/'.join(graphs)
169 self.graphs = graphs
201 "graphs": self.graphs,
366 self.graphs = []
397 self.graphs = parent.graphs[:] + [suite["name"]]
448 self.graphs,
507 self.graphs,
514 self.graphs,
549 AccumulateGenericResults(self.graphs, self.units, stdout),
550 AccumulateGenericResults(self.graphs, self.units, stdout_secondary),
764 runnable_name = '-'.join(runnable.graphs)
1056 runnable_name = "/".join(runnable.graphs)