Re: [pm-qa 02/14] add a simple program burning cycles

2011-07-27 Thread Amit Kucheria
On 11 Jul 26, Daniel Lezcano wrote: This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display the coutner's value and exit. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Have you

Re: [pm-qa 02/14] add a simple program burning cycles

2011-07-27 Thread Daniel Lezcano
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/27/2011 03:47 PM, Amit Kucheria wrote: On 11 Jul 26, Daniel Lezcano wrote: This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display the

[pm-qa 02/14] add a simple program burning cycles

2011-07-26 Thread Daniel Lezcano
This little program takes the cpu # as parameter, set the affinity and renice itself to the maximum priority. It increments a counter during one second, display the coutner's value and exit. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- utils/cpucycle.c | 108