Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schedule: zephyr_domain: change overrun semantics for LL stats
Change the logic how overrun count is reported out in the low-latency scheduler statistics reporting. Instead of resetting the overrun count after every window, keep a cumulative count of overruns seen. Overruns are in practise a rare occurrence and this change makes the CONFIG_SCHEDULE_LL_STATS_LOG_EVERY_OTHER_WINDOW option more useful as one can still track overruns for all executed iterations, even if reporting is done at a slower pace. Signed-off-by: Kai Vehmanen <[email protected]>
- Loading branch information