CONFIG_LOG_SPEED
Prefer performance over size
Type: bool
Help
If enabled, logging may take more code size to get faster logging.
Direct dependencies
LOG2
&& !LOG_MODE_MINIMAL
&& !LOG_FRONTEND
&& !LOG_MODE_MINIMAL
&& LOG
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/logging/Kconfig.processing:164
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:31
→ <Zephyr>/subsys/logging/Kconfig:21
Menu path: (Top) → Sub Systems and OS Services → Logging → Processing
config LOG_SPEED
bool "Prefer performance over size"
depends on LOG2 && !LOG_MODE_MINIMAL && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG
help
If enabled, logging may take more code size to get faster logging.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)