Home | History | Annotate | Download | only in bloat

Lines Matching refs:total

265     total = 0
273 total += subtree['data']['$area']
277 total += size
295 'name': name + ' ' + format_bytes(total),
297 '$area': total,
334 total = 0
340 total += size
345 'name': name + ' ' + format_bytes(total),
346 'data': { '$area': total },
419 total = 0
429 total += size
430 print '%6s %s' % (format_bytes(total), 'total'),