Skip site navigation (1)Skip section navigation (2)
Date:      23 Feb 1997 22:51:05 -0600
From:      Zach Heilig <zach@blizzard.gaffaneys.com>
To:        chat@freebsd.org
Subject:   timing wierdness
Message-ID:  <87zpwu4xja.fsf@murkwood.gaffaneys.com>

next in thread | raw e-mail | index | archive | help

zach.ttyp2$ time cc t.c

real    0m0.445s
user    0m1.121s
sys     0m0.107s
zach.ttyp2$ 

What's wrong with that picture? :-)

shouldn't this always be true?

real >= user + sys.

contents of t.c:
int main(void){return 0;}

p.s. Yes, I did read the 'time' man page, and saw the note that any of
the times could be too large by 1 second...
-- 
Zach Heilig (zach@blizzard.gaffaneys.com) | ALL unsolicited commercial email
Support bacteria -- it's the only         | is unwelcome.  I avoid dealing
form of culture some people have!         | with companies that email ads.



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