1
0
Fork 0
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.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
run_auto.sh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
sched_jitter.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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.