Re: scheduler vs hardware? (was Re: another i7 (linux) bug?)

From: Mike Galbraith
Date: Fri Jan 22 2010 - 04:25:32 EST


On Fri, 2010-01-22 at 09:51 +0100, Peter Zijlstra wrote:

> My laptop does:
>
>
> # time nice -n 19 lame -b 256 -V0 -h youcantdothat.wav - > /dev/null

> real 0m3.273s
> user 0m3.217s
> sys 0m0.022s
>
>
> # time nice -n 0 lame -b 256 -V0 -h youcantdothat.wav - > /dev/null

> real 0m1.121s
> user 0m1.102s
> sys 0m0.013s

I don't see any way that can be scheduler (knocks wood). Could it be
cpufreq? IIRC there is or was an ignore nice gizmo in there.

-Mike

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/