freebsd-dev/usr.bin/time
John Polstra f0850246bb 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)
1996-07-30 19:00:12 +00:00
..
Makefile
time.1
time.c Fix a bug under time's "-l" option. The values reported for average 1996-07-30 19:00:12 +00:00