port make index (was: Re: make -j$n buildworld : use of -j investigated)

Nick Barnes Nick.Barnes at pobox.com
Thu Nov 25 02:17:41 PST 2004


On Thu, 25 Nov 2004 16:19:02 +0900, Rob <spamrefuse at yahoo.com> 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<nproc>.

Nick B


More information about the freebsd-stable mailing list