Skip to content

Commit

Permalink
schedule: zephyr_domain: make alternate ll stat reporting the default
Browse files Browse the repository at this point in the history
Make SCHEDULE_LL_STATS_LOG_EVERY_OTHER_WINDOW=y the default.
This in practise filters out the impact of the stat logging
from the results. Another impact is that logging rate is halved
to once per two seconds with the new default settings.

Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Nov 19, 2024
1 parent 6bae209 commit 0a10481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schedule/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ config SCHEDULE_LL_STATS_LOG

config SCHEDULE_LL_STATS_LOG_EVERY_OTHER_WINDOW
bool "Log only every other low-latency report"
default y
depends on SCHEDULE_LL_STATS_LOG
help
Output statistics for every other statistics gathering window.
Expand Down

0 comments on commit 0a10481

Please sign in to comment.