google / bloaty

Bloaty: a size profiler for binaries
Apache License 2.0
4.66k stars 337 forks source link

Plus sign confusing when size decreased #359

Open louwers opened 11 months ago

louwers commented 11 months ago

We had the following output:

  +7.9%  -270Ki    programs.cpp.o

Which caused a bit of confusion: the size decreased absolutely, but the percentage increased?

I think it would be less confusing if the percentage was not a fraction of the new size, but instead a ratio of the new and old size.