Re: [lng-odp] [API-NEXT PATCH v2 5/5] performance: sched: update scheduling test to use cycle counts

2015-09-08 Thread Ivan Khoronzhuk
On 08.09.15 11:31, Petri Savolainen wrote: Use CPU cycle count API instead of time API to measure CPU cycles. Signed-off-by: Petri Savolainen Reviewed-by: Ivan Khoronzhuk Minor comments below. --- test/performance/odp_scheduling.c | 147 ++ 1 file c

[lng-odp] [API-NEXT PATCH v2 5/5] performance: sched: update scheduling test to use cycle counts

2015-09-08 Thread Petri Savolainen
Use CPU cycle count API instead of time API to measure CPU cycles. Signed-off-by: Petri Savolainen --- test/performance/odp_scheduling.c | 147 ++ 1 file changed, 68 insertions(+), 79 deletions(-) diff --git a/test/performance/odp_scheduling.c b/test/perform