README
1 Test: sched_jitter
2 ===================
3 This test measures scheduling jitter w/ realtime processes.
4
5 It spawns a realtime thread that repeatedly times how long it takes to do a
6 fixed amount of work. It then prints out the maximum jitter seen (longest
7 execution time - the shortest execution time).
8
9 It also spawns off a realtime thread of higher priority that simply wakes up
10 and goes back to sleep. This tries to measure how much overhead the scheduler
11 adds in switching quickly to another task and back.
12