Lines Matching full:total
37 self.total = int(sizes[3])
39 self.text = self.data = self.bss = self.total = 0
43 (indent+self.title, self.total, self.text, self.data, self.bss))
66 r.totals["total"] += b.sizes.total
71 r.deltas["total"] = r.sizes.total - r.totals["total"]
83 self.totals = {"total":0, "text":0, "data":0, "bss":0}
84 self.deltas = {"total":0, "text":0, "data":0, "bss":0}
89 (indent+self.title, "total", "text", "data", "bss"))
94 if p.sizes.total > 0:
98 (indent+"sum", self.totals["total"], self.totals["text"],
101 (indent+"delta", self.deltas["total"], self.deltas["text"],
110 return this.sizes.total < that.sizes.total
117 if this.sizes.total < that.sizes.total:
119 if this.sizes.total > that.sizes.total:
147 if b.totals["total"] > 0 and len(b.parts) > 1:
151 if d.totals["total"] > 0 and len(d.parts) > 1: