]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime
authorGarance A Drosehn <gad@FreeBSD.org>
Sun, 20 Jun 2004 02:03:33 +0000 (02:03 +0000)
committerGarance A Drosehn <gad@FreeBSD.org>
Sun, 20 Jun 2004 02:03:33 +0000 (02:03 +0000)
commit99d2ecbc7d212b98592079eb074caebe4343eb69
tree86b819e5903b7adaf8a0741c0e091e705a5042b4
parent34d55919fb83d499cb50b3eb0e314605571e44c7
Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime
and ki_rusage.ru_stime.  This greatly improves the accuracy of those fields.

Suggested by: bde
sys/kern/kern_proc.c