Lines Matching +full:window +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
88 * Sample multi-instance module API on two instances is called then logging
187 uint32_t window = 2U; in performance_showcase() local
203 LOG_INF("performance test - log message %d", cnt); in performance_showcase()
207 } while (current_timestamp < (start_timestamp + window)); in performance_showcase()
212 * degraded performance. Decrease window size. in performance_showcase()
214 * window can be increased to improve precision. in performance_showcase()
217 if (window >= 2) { in performance_showcase()
218 window /= 2; in performance_showcase()
223 window *= 2; in performance_showcase()
229 per_sec = (cnt * timestamp_freq()) / window; in performance_showcase()
250 printk("\n\t---=< RUNNING LOGGER DEMO FROM %s THREAD >=---\n\n", in log_demo_thread()
257 /* Re-enabling filters before processing. in log_demo_thread()
282 * Logger performance in user mode cannot be demonstrated in log_demo_thread()