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:
_VIFEXTech
2024-01-23 19:05:35 +08:00
committed by GitHub
parent 3fd20b58ba
commit 9b7de6ee87
+4
View File
@@ -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