Skip to content

Commit 0a10481

Browse files
committed
schedule: zephyr_domain: make alternate ll stat reporting the default
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 <kai.vehmanen@linux.intel.com>
1 parent 6bae209 commit 0a10481

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schedule/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ config SCHEDULE_LL_STATS_LOG
2323

2424
config SCHEDULE_LL_STATS_LOG_EVERY_OTHER_WINDOW
2525
bool "Log only every other low-latency report"
26+
default y
2627
depends on SCHEDULE_LL_STATS_LOG
2728
help
2829
Output statistics for every other statistics gathering window.

0 commit comments

Comments
 (0)