> According to my formula:
>
>    time(minutes) = 1e5 / ( speed(MHz) * nproc )
>
> and taking nproc = 1, this results in
>
>    time = 1e5 / 2798.66 = 36 minutes
>
> Quite accurate for your system as well. At least this formula gives a
> resonable estimate about the compile time.
>
> Apparently HT does not help much, since with SMP kernel, times do not
> get any close to 36/2 = 18 minutes. However, there is a slight improvement
> from -j1 to -j2 with SMP.

        You're saying that HT does not help because it doesn't double the speed?
That makes no sense. HT helps if it brings the time down. If it brings it
down to 34 minutes, it helps a little. If it brings it down to 24 minutes,
it helps quite a bit.   It's unrealistic to even imagine that HT will bring
anything close to the benefit of a second physical CPU.

        DS


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to