ps: improve TIME column for large times: showing "14453:50" is not good
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Aug 2017 13:01:43 +0000 (15:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Aug 2017 13:02:16 +0000 (15:02 +0200)
commit9c7c63b5c2fb35ba0fcc7d24fdc78c156204d51a
treef641311ab9b791d4794845ab6eb30414087449f4
parent9a6f62fd5172c14adf765285d6c000691d89d58d
ps: improve TIME column for large times: showing "14453:50" is not good

function                                             old     new   delta
format_time                                            -     110    +110
func_time                                             59      50      -9
func_etime                                            67      53     -14
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/2 up/down: 110/-23)            Total: 87 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/ps.c