It is only used in @time
though, I will submit a pr.
Base.prettyprint_getunits(1024, length(Base._mem_units), 1024)
(1024.0,1)
Base.prettyprint_getunits(1025, length(Base._mem_units), 1024)
(1.0009765625,2)
Either this should be 1.024 kB, or it should be displayed as 1.000 KiB.
Most helpful comment
Either this should be 1.024 kB, or it should be displayed as 1.000 KiB.