This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
When the SCHED_DEADLINE scheduling class increases the CPU utilization, | |
we should not wait for the rate limit, otherwise we may miss some | |
deadline. | |
This gist shows the performance measured in terms of both deadline misses | |
and energy consumption when applying the proposed patch on a Odroid XU4 | |
(i.e. Exynos5422 SoC). The amount of deadline misses and energy consumption | |
have been measured through rt-app and Baylibre Cape, respectively. |