Searched refs:series_map (Results 1 – 1 of 1) sorted by relevance
46 def _GetTotalBisectRunSeries(self, series_map): argument56 for key in series_map:57 series = series_map[key]61 series_map = {}64 if x_value not in series_map:65 series_map[x_value] = y_value67 series_map[x_value] += y_value70 for key in sorted(series_map):71 result_list.append([key, series_map[key]])107 series_map = bisect_stats[status][all …]