Date: Sun, 7 Dec 2003 12:03:28 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200312072003.hB7K3SON092300@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2003/12/07 12:03:28 PST FreeBSD src repository Modified files: sys/kern kern_timeout.c Log: Make the DIAGNOSTIC code which complains about long {call|time}out(9) functions less noisy: We printf if a new function took longer than the previous record holder, or of the previous record holder took more than twice as long as the current record. Revision Changes Path 1.84 +11 -5 src/sys/kern/kern_timeout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312072003.hB7K3SON092300>