From owner-freebsd-hackers@FreeBSD.ORG Tue Dec 21 20:47:26 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F59D16A4CE for ; Tue, 21 Dec 2004 20:47:26 +0000 (GMT) Received: from smtp-out.hotpop.com (smtp-out.hotpop.com [38.113.3.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE5FA43D2D for ; Tue, 21 Dec 2004 20:47:25 +0000 (GMT) (envelope-from mastah@phreaker.net) Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 0DE4CAB6940 for ; Tue, 21 Dec 2004 20:47:18 +0000 (UTC) Received: from master.phreaker.net (dialup-as2-45.ilca.ru [82.179.161.45]) by smtp-1.hotpop.com (Postfix) with ESMTP id 422EB1A01A5 for ; Tue, 21 Dec 2004 19:33:02 +0000 (UTC) Message-Id: <6.2.0.7.1.20041221222242.021bb168@pop.phreaker.net> X-Sender: mastah@phreaker.net@pop.phreaker.net X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.7 (Beta) Date: Tue, 21 Dec 2004 22:23:53 +0300 To: hackers@freebsd.org From: Castl Troy Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: calibrating time PATCH X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 20:47:26 -0000 oops error, after: fprintf(stderr, "\nExamining usleep()\n"); for(i=1;i<11; i++) { gettimeofday(&pold, NULL); needs to be: fprintf(stderr, "\nExamining usleep()\n"); for(i=0;i<10; i++) { gettimeofday(&pold, NULL);