Home
last modified time | relevance | path

Searched refs:LV_PROFILER_BUILTIN_BUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/docs/details/debugging/
Dprofiler.rst37 2. Buffer configuration: Set the value of :c:macro:`LV_PROFILER_BUILTIN_BUF_SIZE` to configure the …
240 1. Increase the value of :c:macro:`LV_PROFILER_BUILTIN_BUF_SIZE`. A larger buffer can reduce the fr…
248 1. Reduce the value of :c:macro:`LV_PROFILER_BUILTIN_BUF_SIZE` to fill the buffer more quickly and …
/lvgl-latest/src/misc/
Dlv_profiler_builtin.c94 config->buf_size = LV_PROFILER_BUILTIN_BUF_SIZE; in lv_profiler_builtin_config_init()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h928 #define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /**< [bytes] */ macro
/lvgl-latest/
Dlv_conf_template.h998 #define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /**< [bytes] */
DKconfig1504 config LV_PROFILER_BUILTIN_BUF_SIZE config
/lvgl-latest/src/
Dlv_conf_internal.h3156 #ifndef LV_PROFILER_BUILTIN_BUF_SIZE
3158 #define LV_PROFILER_BUILTIN_BUF_SIZE CONFIG_LV_PROFILER_BUILTIN_BUF_SIZE macro
3160 #define LV_PROFILER_BUILTIN_BUF_SIZE (16 * 1024) /**< [bytes] */ macro