Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 31d3492b50b057df853ad51c909ac21d6e95a4ca https://github.com/Linaro/odp/commit/31d3492b50b057df853ad51c909ac21d6e95a4ca Author: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org> Date: 2018-03-21 (Wed, 21 Mar 2018)
Changed paths: M test/performance/odp_sched_latency.c Log Message: ----------- performance: fix sched_latency test with huge cpu count odp_sched_latency has off-by-one error in accessing cpu stats: worker thread id do not start from 0. Instead of fixing just off-by-one, use ODP_THREAD_COUNT_MAX directly to allocate proper amount of cpu stats structures. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org> Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>