Home
last modified time | relevance | path

Searched refs:lv_profiler_builtin_write (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/misc/
Dlv_profiler_builtin.h27 #define LV_PROFILER_BUILTIN_BEGIN_TAG(tag) lv_profiler_builtin_write((tag), 'B')
28 #define LV_PROFILER_BUILTIN_END_TAG(tag) lv_profiler_builtin_write((tag), 'E')
73 void lv_profiler_builtin_write(const char * func, char tag);
Dlv_profiler_builtin.c177 void lv_profiler_builtin_write(const char * func, char tag) in lv_profiler_builtin_write() function