blob: 4941cf8b1a47e44194160d76626fc8ee0f0f2a21 [file] [log] [blame]
# Copyright (c) 2025 Analog Devices, Inc.
#
# SPDX-License-Identifier: Apache-2.0
menuconfig CPU_LOAD_METRIC
bool "CPU Load Metric"
select EXPERIMENTAL
select THREAD_RUNTIME_STATS
select SCHED_THREAD_USAGE
select SCHED_THREAD_USAGE_ALL
select SCHED_THREAD_USAGE_AUTO_ENABLE
help
Tracking of CPU load statistics.
if CPU_LOAD_METRIC
module = CPU_LOAD
module-str = CPU Load Metric
source "subsys/logging/Kconfig.template.log_config"
endif # CPU_LOAD_METRIC