third_party.pigweed.src/pw_bloat/py
Wyatt Hepler 0e892b5b27 pw_bloat: Handle identical binaries
Prints "(all)" as the segment and "(same)" for before/after when bloat
binaries have identical segments. Previously, nothing was printed.

Example output:
┌────────────┬───────────┬────────┬───────┬────────┐
│    Label   │  Segment  │ Before │ Delta │  After │
├════════════┼═══════════┼════════┼═══════┼════════┤
│ Identical! │     (all) │ (same) │     0 │ (same) │
└────────────┴───────────┴────────┴───────┴────────┘

Change-Id: Ib02f0db55a6c8fbba053444b3a33408805e8e0aa
2019-11-19 12:58:31 -08:00
..
binary_diff.py pw_bloat: Handle identical binaries 2019-11-19 12:58:31 -08:00
bloat_output.py
bloat.py python_runner.py and pw_bloat updates 2019-11-19 12:58:14 -08:00
setup.py