Date: Fri, 24 Jul 1998 07:35:12 -0700 (PDT) From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: thepish@FreeBSD.ORG (Peter Hawkins) Cc: phk@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/time time.1 time.c Message-ID: <199807241435.HAA07570@troutmask.apl.washington.edu> In-Reply-To: <Pine.BSF.3.96.980724231128.2327E-100000@dana.clari.net.au> from Peter Hawkins at "Jul 24, 98 11:15:02 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
According to Peter Hawkins:
> > Modified files:
> > usr.bin/time time.1 time.c
>
> There is no situation where this patch is required and it's quite a departure
> from the norms elsewhere. The consensus on the list seems to have been that
> this shouldn't be committed.
>
Clearly, you don't understand the PR. Think about the following
kargl[204] time -l ls > /dev/null
0.02 real 0.01 user 0.00 sys
236 maximum resident set size
88 average shared memory size
34 average unshared data size
64 average unshared stack size
25 page reclaims
0 page faults
0 swaps
0 block input operations
0 block output operations
0 messages sent
0 messages received
0 signals received
0 voluntary context switches
2 involuntary context switches
kargl[206] time -l sh -c "ls > /dev/null"
0.04 real 0.02 user 0.02 sys
360 maximum resident set size
268 average shared memory size
64 average unshared data size
153 average unshared stack size
56 page reclaims
0 page faults
0 swaps
0 block input operations
0 block output operations
0 messages sent
0 messages received
0 signals received
1 voluntary context switches
1 involuntary context switches
--
Steve
finger kargl@troutmask.apl.washington.edu
http://troutmask.apl.washington.edu/~clesceri/kargl.html
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807241435.HAA07570>
