Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API

2015-09-14 Thread Maxim Uvarov
Merged, Maxim. On 09/08/15 11:31, Petri Savolainen wrote: Raw CPU cycle counts can be used to measure performance in CPU cycles. These functions will replace some usage of odp_time_cycles() of odp_time_diff_cycles(). Signed-off-by: Petri Savolainen --- include/odp/api/cpu.h | 52

Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API

2015-09-11 Thread Ivan Khoronzhuk
: Savolainen, Petri (Nokia - FI/Espoo); lng-odp@lists.linaro.org Subject: Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API On 08.09.15 11:31, Petri Savolainen wrote: Raw CPU cycle counts can be used to measure performance in CPU cycles. These functions will replace some usage

Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API

2015-09-11 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. > -Original Message- > From: ext Ivan Khoronzhuk [mailto:ivan.khoronz...@linaro.org] > Sent: Tuesday, September 08, 2015 1:04 PM > To: Savolainen, Petri (Nokia - FI/Espoo); lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cp

Re: [lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API

2015-09-08 Thread Ivan Khoronzhuk
On 08.09.15 11:31, Petri Savolainen wrote: Raw CPU cycle counts can be used to measure performance in CPU cycles. These functions will replace some usage of odp_time_cycles() of odp_time_diff_cycles(). Signed-off-by: Petri Savolainen I'm only hesitate about 32bits, for sum & cmp, but it can

[lng-odp] [API-NEXT PATCH v2 1/5] api: cpu: added cpu cycle count API

2015-09-08 Thread Petri Savolainen
Raw CPU cycle counts can be used to measure performance in CPU cycles. These functions will replace some usage of odp_time_cycles() of odp_time_diff_cycles(). Signed-off-by: Petri Savolainen --- include/odp/api/cpu.h | 52 +++ 1 file changed, 52 in