feat(profiler): add posix porting (#8924)

This commit is contained in:
VIFEX
2025-09-23 10:20:28 +08:00
committed by GitHub
parent 7171f17fdb
commit 173cae5456
8 changed files with 161 additions and 40 deletions
+4
View File
@@ -1619,6 +1619,10 @@ menu "LVGL configuration"
bool "Enable built-in profiler by default"
depends on LV_USE_PROFILER_BUILTIN
default y
config LV_USE_PROFILER_BUILTIN_POSIX
bool "Enable POSIX profiler port"
depends on LV_USE_PROFILER_BUILTIN
default n
config LV_PROFILER_INCLUDE
string "Header to include for the profiler"
default "lvgl/src/misc/lv_profiler_builtin.h"