Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/ps



Module Name:    src
Committed By:   rin
Date:           Mon Nov 28 08:21:10 UTC 2016

Modified Files:
        src/bin/ps: extern.h print.c ps.c ps.h

Log Message:
Calculate CPU usage (pcpu) once per process if it is required. This change
significantly improves performance for slow machines when output is sorted
by pcpu.

ok martin


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/ps/extern.h
cvs rdiff -u -r1.124 -r1.125 src/bin/ps/print.c
cvs rdiff -u -r1.85 -r1.86 src/bin/ps/ps.c
cvs rdiff -u -r1.27 -r1.28 src/bin/ps/ps.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index