nuttx-apps/testing/sched/timerjitter
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
..
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 invalid timerjitter results 2026-07-31 22:08:09 +08:00