K 10 svn:author V 4 jeff K 8 svn:date V 27 2003-03-03T05:29:09.000000Z K 7 svn:log V 323 - Shift the tick count by 10 and back around sched_pctcpu_update() calculations. Keep this changes local to the function so the tick count is in its natural form otherwise. Previously 1000 was added each time a tick fired and we divided by 1000 when it was reported. This is done to reduce rounding errors. END