From owner-freebsd-stable@FreeBSD.ORG Thu Nov 25 10:17:41 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 764C216A4CE for ; Thu, 25 Nov 2004 10:17:41 +0000 (GMT) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03E8B43D2D for ; Thu, 25 Nov 2004 10:17:38 +0000 (GMT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.145]) by raven.ravenbrook.com (8.12.6p3/8.12.6) with ESMTP id iAPAHTuo026791 for ; Thu, 25 Nov 2004 10:17:29 GMT (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) iAPAHTrB003283 for ; Thu, 25 Nov 2004 10:17:29 GMT (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: freebsd-stable@freebsd.org In-Reply-To: from Ronald Klop of "Thu, 25 Nov 2004 10:09:35 +0100" Date: Thu, 25 Nov 2004 10:17:29 +0000 Message-ID: <3282.1101377849@thrush.ravenbrook.com> Sender: nb@ravenbrook.com Subject: Re: port make index (was: Re: make -j$n buildworld : use of -j investigated) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 10:17:41 -0000 On Thu, 25 Nov 2004 16:19:02 +0900, Rob wrote: > > time(minutes) * speed(MHz) * nproc / 1000 MHz Looking at your examples, it seems you divide by 1e5, not by 1000. In other words, buildworld is CPU bound and takes about 6e12 clock cycles. Use -j. Nick B