mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
chore(profiler): add built-in profiler default enable config (#8120)
Signed-off-by: yushuailong1 <yushuailong1@xiaomi.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user