From owner-cvs-sys Fri Dec 13 04:59:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA15146 for cvs-sys-outgoing; Fri, 13 Dec 1996 04:59:30 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA15138; Fri, 13 Dec 1996 04:59:29 -0800 (PST) Date: Fri, 13 Dec 1996 04:59:29 -0800 (PST) From: Bruce Evans Message-Id: <199612131259.EAA15138@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_prof.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/13 04:59:29 Modified: sys/kern subr_prof.c Log: Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled() and removed related debugging code. Now this part of the calibration is almost as machine-independent as gprof generally. Revision Changes Path 1.18 +10 -13 src/sys/kern/subr_prof.c