nuttx-apps/testing/sched/timerjitter
liang.huang 2bcc6b96ea testing/sched: fix off-by-one sample count in timerjitter
cur_cnt++ in the loop condition increments even when the loop body
doesn't run, so avg is divided by one more sample than was collected.

Signed-off-by: liang.huang <liang.huang@houmo.ai>
2026-07-11 12:31:24 -03:00
..
CMakeLists.txt apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
Kconfig [Kconfig style] Fix Kconfig style 2025-02-25 09:27:14 +01:00
Make.defs apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
Makefile apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08:00
timerjitter.c testing/sched: fix off-by-one sample count in timerjitter 2026-07-11 12:31:24 -03:00