nuttx-apps/testing/sched
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
..
getprime !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-22 13:38:25 +08:00
pthread_mutex_perf !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats 2026-05-22 13:38:25 +08:00
smp testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references 2026-02-09 09:21:50 +01:00
timerjitter testing/sched: fix off-by-one sample count in timerjitter 2026-07-11 12:31:24 -03:00
.gitignore apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder 2025-01-26 00:23:15 +08: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
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