From owner-cvs-sys Sat Jun 8 04:48:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA04268 for cvs-sys-outgoing; Sat, 8 Jun 1996 04:48:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA04180; Sat, 8 Jun 1996 04:48:33 -0700 (PDT) Date: Sat, 8 Jun 1996 04:48:33 -0700 (PDT) From: Bruce Evans Message-Id: <199606081148.EAA04180@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_resource.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/08 04:48:32 Modified: sys/kern kern_resource.c Log: Fixed accumulation of run time for processes that don't accumulate any statclock ticks. Pretend that all the time up to the first statclock tick is system time. . This makes a difference mainly for benchmarks that test short-lived processes - the user and system times for processes that each lived for about 1ms only added up to about 10% of the real time even when there was very little interrupt activity. Break the printing of a quad_t variable correctly. Revision Changes Path 1.20 +5 -7 src/sys/kern/kern_resource.c