time: fix max resident set size unit
commit01e80ff9ebaf42f2fb9b4ddddc75d37bc9a403aa
authorNatanael Copa <ncopa@alpinelinux.org>
Wed, 20 Dec 2023 11:23:31 +0000 (20 12:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 31 Dec 2023 15:28:53 +0000 (31 16:28 +0100)
tree20603f271ebe6d7b0b321382eb280bfcd688abb3
parent789ccac7d9d1a9e433570ac9628992a01f946643
time: fix max resident set size unit

The ru_maxrss is already in Kbytes and not pages.

function                                             old     new   delta
ptok                                                  21       -     -21
time_main                                           1261    1217     -44
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-65)             Total: -65 bytes

fixes: https://bugs.busybox.net/show_bug.cgi?id=15751

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/time.c