Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jun 1996 04:48:33 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern kern_resource.c
Message-ID:  <199606081148.EAA04180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606081148.EAA04180>