Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 1996 12:00:14 -0700 (PDT)
From:      John Polstra <jdp>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/time time.c
Message-ID:  <199607301900.MAA28793@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jdp         96/07/30 12:00:13

  Modified:    usr.bin/time  time.c
  Log:
  Fix a bug under time's "-l" option.  The values reported for average
  shared memory size, average unshared data size, and average unshared
  stack size were too high by a factor of 128/100, because the program
  used a hard-coded hz value of 100.  The correct value is the frequency
  of the statistics clock, currently 128.  The program now uses sysctl
  to get the stathz value from the kernel.
  
  Discussed with:	bde@freebsd.org (Bruce Evans)
  
  Revision  Changes    Path
  1.3       +24 -1     src/usr.bin/time/time.c



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