You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
Makefile v811_spc009_project 4 months ago
README v811_spc009_project 4 months ago
run_auto.sh v811_spc009_project 4 months ago
sched_jitter.c v811_spc009_project 4 months ago

README

Test: sched_jitter
===================
This test measures scheduling jitter w/ realtime processes.

It spawns a realtime thread that repeatedly times how long it takes to do a
fixed amount of work.  It then prints out the maximum jitter seen (longest
execution time - the shortest execution time).

It also spawns off a realtime thread of higher priority that simply wakes up
and goes back to sleep.  This tries to measure how much overhead the scheduler
adds in switching quickly to another task and back.