Searched refs:stddev_regexp (Results 1 – 1 of 1) sorted by relevance
167 def __init__(self, graphs, units, results_regexp, stddev_regexp): argument172 self.stddev_regexp = stddev_regexp190 if self.stddev_regexp and self.stddev:193 if self.stddev_regexp:194 self.stddev = re.search(self.stddev_regexp, stdout, re.M).group(1)197 % (self.stddev_regexp, self.name))373 self.stddev_regexp = None429 if parent.stddev_regexp:430 stddev_default = parent.stddev_regexp % re.escape(suite["name"])433 self.stddev_regexp = suite.get("stddev_regexp", stddev_default)[all …]