mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-10 04:37:55 +08:00
chore(Kconfig): add missing profiler trace buffer size config (#5436)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -1221,6 +1221,10 @@ menu "LVGL configuration"
|
||||
bool "Enable the built-in profiler"
|
||||
depends on LV_USE_PROFILER
|
||||
default y
|
||||
config LV_PROFILER_BUILTIN_BUF_SIZE
|
||||
int "Default profiler trace buffer size in bytes"
|
||||
depends on LV_USE_PROFILER_BUILTIN
|
||||
default 16384
|
||||
config LV_PROFILER_INCLUDE
|
||||
string "Header to include for the profiler"
|
||||
depends on LV_USE_PROFILER
|
||||
|
||||
Reference in New Issue
Block a user