From 0a104814bc48dc86ec87433182acc874c70b8bec Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Mon, 18 Nov 2024 15:38:02 +0200 Subject: [PATCH] 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 --- src/schedule/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schedule/Kconfig b/src/schedule/Kconfig index 40e077101686..d7665aee3581 100644 --- a/src/schedule/Kconfig +++ b/src/schedule/Kconfig @@ -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.