chore(profiler): add built-in profiler default enable config (#8120)

Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
This commit is contained in:
yushuailong
2025-04-22 22:13:28 +08:00
committed by GitHub
parent 0414c78fd0
commit 5d417605c1
4 changed files with 17 additions and 1 deletions
+4
View File
@@ -1556,6 +1556,10 @@ menu "LVGL configuration"
int "Default profiler trace buffer size in bytes"
depends on LV_USE_PROFILER_BUILTIN
default 16384
config LV_PROFILER_BUILTIN_DEFAULT_ENABLE
bool "Enable built-in profiler by default"
depends on LV_USE_PROFILER_BUILTIN
default y
config LV_PROFILER_INCLUDE
string "Header to include for the profiler"
default "lvgl/src/misc/lv_profiler_builtin.h"