nuttx-apps/testing/sched
hanzhijian fb782b7abf testing/sched: fix invalid timerjitter results
Preserve the original 1 ms default interval when possible, while raising it to USEC_PER_TICK on lower-resolution systems. Round up the default iteration count so a default run always collects at least one sample.

Reject intervals below the system tick and zero iterations. Keep minimum and maximum jitter values signed, and aggregate missed-frame reporting after measurement instead of printing in the catch-up loop.

Fixes #3634

Signed-off-by: hanzhijian <hanzhijian@zepp.com>
2026-07-31 22:08:09 +08: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 invalid timerjitter results 2026-07-31 22:08:09 +08: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