top: Remove WCPU, implement CTIME.
authorJan Lentfer <Jan.Lentfer@web.de>
Sat, 19 Dec 2009 12:04:17 +0000 (13:04 +0100)
committerJan Lentfer <Jan.Lentfer@web.de>
Sat, 19 Dec 2009 12:04:17 +0000 (13:04 +0100)
commitbcd4a7c198ed7d7b9accf02d021a2d822347cb1d
tree380046f84b46fddba214fe3a6cb7bbef363a00b6
parent91350d087274ca19d4f567a5cd4632c0491282af
top: Remove WCPU, implement CTIME.
     * WCPU is a quite useless value for a long time,
       thus it has been replaced with
     * CTIME, which presents the same value as 'ps -S'
       does for the CPU value. This is the process's own
       cpu time plus the cpu time of it's exited child
       processes
contrib/top/utils.c
contrib/top/utils.h
usr.bin/top/m_dragonfly.c