K 10 svn:author V 3 gad K 8 svn:date V 27 2004-06-20T21:25:10.000000Z K 7 svn:log V 320 Have the main() routine calculate %CPU and (if needed) memory information when copying per-process info before starting to sort the list. This way, sort-by-CPU or sort-by-memory will only calculate values once-per-process, instead of twice-per-comparison. Also take advantage of this to simplify the pscomp() routine. END