Searched refs:data_source (Results 1 – 1 of 1) sorted by relevance
| /build/bazel/scripts/difftool/diffs/ |
| D | bloaty.py | 44 def __init__(self, tool_name, data_source, has_debug_symbols=False): argument 46 self.data_source = data_source 55 return row[self.data_source] + ": { " + ", ".join(f"{a[0]}: {a[1]}" for a in attrs) + " }" 78 if row[self.data_source] and row[self.data_source][0] == "[": 80 … rows.append("\t\t" + self.print_diff_row(row, ignore_keys=[self.data_source, "compileunits"])) 97 …left_errors = "\n".join(["\t" + self._print_diff_row(row, ignore_keys=[self.data_source]) for row … 98 …right_errors = "\n".join(["\t" + self._print_diff_row(row, ignore_keys=[self.data_source]) for row… 108 … self.data_source + (",compileunits" if self.has_debug_symbols else ""),
|