Home | History | Annotate | only in /external/ltp/testcases/realtime/func/sched_jitter
Up to higher level directory
NameDateSize
Makefile22-Oct-20201K
README22-Oct-2020507
run_auto.sh22-Oct-2020314
sched_jitter.c22-Oct-20204.4K

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