Searched refs:lv_profiler_builtin_write (Results 1 – 2 of 2) sorted by relevance
27 #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);
177 void lv_profiler_builtin_write(const char * func, char tag) in lv_profiler_builtin_write() function