Re: Execution time

2021-02-16 Thread Leandro Bucci via Xenomai
Thanks for the explanation. Yes, I am using a Raspberry Pi 3, so in a sense it is normal to have these "small" time differences. I am running only one periodic task (1ms period) and execution time between 5 and 10 micro seconds. Il mar 16 feb 2021, 15:03 Per Oberg ha scritto: > > - Den 16

Re: Execution time

2021-02-16 Thread Per Oberg via Xenomai
- Den 16 feb 2021, på kl 12:34, xenomai xenomai@xenomai.org skrev: > hi, I'm doing some tests. I'm measuring the execution time of a task. the > task takes about 10us to complete. But I am noticing that it takes even > just over 5us at times. I therefore don't have a constant running time. >

Execution time

2021-02-16 Thread Leandro Bucci via Xenomai
hi, I'm doing some tests. I'm measuring the execution time of a task. the task takes about 10us to complete. But I am noticing that it takes even just over 5us at times. I therefore don't have a constant running time. It's normal? maybe because the precision is of the order of micro seconds?

Re: [PATCH] lib: Drop unused copperplate/wrappers.h

2021-02-16 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > From: Jan Kiszka > > Internal header, broken for mercury and not used anymore. > > Reported-by: Florian Bezdeka > Signed-off-by: Jan Kiszka > --- > include/copperplate/Makefile.am | 3 +-- > include/copperplate/wrappers.h | 30 -- > 2 files

[PATCH] lib: Drop unused copperplate/wrappers.h

2021-02-16 Thread Jan Kiszka via Xenomai
From: Jan Kiszka Internal header, broken for mercury and not used anymore. Reported-by: Florian Bezdeka Signed-off-by: Jan Kiszka --- include/copperplate/Makefile.am | 3 +-- include/copperplate/wrappers.h | 30 -- 2 files changed, 1 insertion(+), 32 deletions(-)

Re: [PATCH] mercury: Fix include path for cobalt/wrapper.h

2021-02-16 Thread Jan Kiszka via Xenomai
On 16.02.21 10:20, Philippe Gerum wrote: > > Jan Kiszka writes: > >> From: Jan Kiszka >> >> Long broken, likely not practically relevant. But now that we known it, >> let's fix it: There is no mercury/wrapper.h, but we have that file under >> mercury/copperplate. >> > > A better fix would be t

Re: [PATCH] mercury: Fix include path for cobalt/wrapper.h

2021-02-16 Thread Philippe Gerum via Xenomai
Jan Kiszka writes: > From: Jan Kiszka > > Long broken, likely not practically relevant. But now that we known it, > let's fix it: There is no mercury/wrapper.h, but we have that file under > mercury/copperplate. > A better fix would be to drop copperplate/wrappers.h. This is an internal heade