From owner-cvs-all Sun Sep 15 19:53:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F2137B400; Sun, 15 Sep 2002 19:53:10 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324BD43E6E; Sun, 15 Sep 2002 19:53:10 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id g8G2r9JF000948; Sun, 15 Sep 2002 19:53:09 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.5/Submit) id g8G2r9NS000947; Sun, 15 Sep 2002 19:53:09 -0700 (PDT) Date: Sun, 15 Sep 2002 19:53:09 -0700 From: "David O'Brien" To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_timeout.c Message-ID: <20020916025309.GA864@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , Poul-Henning Kamp , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200209042005.g84K50Rs023388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200209042005.g84K50Rs023388@freefall.freebsd.org> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Sep 04, 2002 at 01:05:00PM -0700, Poul-Henning Kamp wrote: > phk 2002/09/04 13:05:00 PDT > > Modified files: > sys/kern kern_timeout.c > Log: > Under DIAGNOSTIC, complain if a timeout(9) routine took more than 1msec. > > Revision Changes Path > 1.73 +23 -4 src/sys/kern/kern_timeout.c > http://cvsweb.freebsd.org/src/sys/kern/kern_timeout.c.diff?r1=1.72&r2=1.73 I assume you wanted this output for something. Here is the first 10 and last 2 of the 4468 I got after booting only 6 minutes. Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.008711721 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001068850 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001047060 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001048457 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001046222 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001047060 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001066336 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001344863 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001046501 Sep 15 19:40:26 kernel: Expensive timeout(9) function: 0xc64fa470(0xc65a5000) 0.002137701 ... Seep 15 19:46:36 kernel: Expensive timeout(9) function: 0xc65dfc80(0xc659f000) 0.001048736 Sep 15 19:46:36 kernel: Expensive timeout(9) function: 0xc64fa470(0xc65a3000) 0.007508496 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message