[LLVMdev] ARM LNT test-suite Buildbot

Renato Golin renato.golin at linaro.org
Tue Feb 19 14:04:52 PST 2013


On 19 February 2013 21:54, JF Bastien <jfb at google.com> wrote:

> Hi Renato,
>
> I'm playing with A15 bots too (running Ubuntu). This is probably what you
> want to have predictable performance:
>
> Disable auto-resetting the CPU scaling governor to ondemand:
>   sudo update-rc.d -f ondemand remove
>
> Then add this to /etc/rc.local:
>   # Disable power management.
>   for cpu in `find /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`;
> do
>     echo performance > $cpu
>   done
>

Done, Thanks!

--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130219/a11178ad/attachment.html>


More information about the llvm-dev mailing list