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
Kconfig [Kconfig style] Fix Kconfig style 2025-02-25 09:27:14 +01:00
Make.defs
Makefile
timerjitter.c testing/sched: fix off-by-one sample count in timerjitter 2026-07-11 12:31:24 -03:00