add thread cpu time for zephyr (#3937)

This commit is contained in:
TianlongLiang
2024-11-28 11:49:55 +08:00
committed by GitHub
parent fd91b51cfb
commit 8698d22e67
2 changed files with 14 additions and 2 deletions

View File

@ -5,3 +5,4 @@ CONFIG_STACK_SENTINEL=y
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=4096
CONFIG_THREAD_RUNTIME_STATS=y