feat(refr): improve performance measurement (#7430)

Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
VIFEX
2024-12-10 16:29:22 +08:00
committed by GitHub
parent c1b32017d4
commit 99a785cdc6
13 changed files with 315 additions and 28 deletions

View File

@@ -1025,6 +1025,9 @@
/*Enable cache profiler*/
#define LV_PROFILER_CACHE 1
/*Enable event profiler*/
#define LV_PROFILER_EVENT 1
#endif
/** 1: Enable Monkey test */