google / bloaty

Bloaty: a size profiler for binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plus sign confusing when size decreased

louwers opened this issue · comments

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.