Re: [RFC v2 0/3][TESTS] LAB: Support for Legacy Application Boostergovernor - tests results

From: Viresh Kumar
Date: Fri May 24 2013 - 03:52:22 EST


On 24 May 2013 11:26, Lukasz Majewski <l.majewski@xxxxxxxxxxx> wrote:
>> > On 22 May 2013 15:57, Lukasz Majewski <l.majewski@xxxxxxxxxxx>
> As you wished, I've provided relevant data for overclocking.
>
> Would you be so kind and comment on them?

I was about to reply ... was busy with some other backlog :)

>> Test HW Exynos4412 (4 Cores):
>> Kernel 3.8.3
>>
>> Ondemand max freq: 1.4 GHz
>> Overclock max freq: 1.5 GHz
>>
>>
>> Ondemand improvement with and without overclocking (called by us
>> TurboBoost - TB):
>>
>> Dhrystone has been built according to:
>> http://zenit.senecac.on.ca/wiki/index.php/Dhrystone_howto
>> It's Makefile is also attached.
>> ------------------------------------------------
>>
>> Dhrystone # of Threads
>> 1 2 3 4
>> ondemand 2054794 2061855 2097902 2090592
>> ondemand + TB 2290076 2205882 2281368 2290076
>>
>> Improvement: 10% 7% 8% 9%
>> -------------------------------------------------
>>
>> Electric charge [C]
>> (Avg) [A] * [second] # of Threads
>> 1 2 3 4
>> ondemand 1,334 1,837 2,296 3,096
>> ondemand + TB 1,401 2,2025 2,907 4,34976
>>
>> Power cost: 5% 17% 21% 29%
>> -------------------------------------------------
>>
>> Execution time [second] # of Threads
>> 1 2 3 4
>> ondemand 2,827 2,8 2,787 2,872
>> ondemand + TB 2,622 2,694 2,667 2,76
>>
>>
>> Speedup: -7% -4% -4% -4%
>>
>> -------------------------------------------------
>>
>> "Real life" example:
>> time tar -czf linux-3.9.1.tar.gz linux-3.9.1/
>>
>> Avg current[mA] Time[s]
>> Ondemand: 460 153
>> Ondemand + TB: 512 144
>>
>> Result: +10% -6%
>>
>> Conclusion:
>>
>> The main use case for TB is to speed up execution of tasks packed to
>> one core. Other cores are then in IDLE state.
>>
>> For a single core we can safely overclock, since we will not exceed
>> its power consumption and thermal limits.

Hmm... So its ultraclear that higher clock rates have given us better
performance numbers, obviously at the cost of power.

Now, why don't we simply add this high end frequency in the available
frequencies list? And then ondemand can set it whenever the load is
high? Why do we need additional core support for it?
--
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/