Searched defs:_lv_profiler_builtin_config_t (Results 1 – 1 of 1) sorted by relevance
32 struct _lv_profiler_builtin_config_t { struct33 size_t buf_size; /**< The size of the buffer used for profiling data */34 uint32_t tick_per_sec; /**< The number of ticks per second */35 uint64_t (*tick_get_cb)(void); /**< Callback function to get the current tick count */36 void (*flush_cb)(const char * buf); /**< Callback function to flush the profiling data */37 int (*tid_get_cb)(void); /**< Callback function to get the current thread ID */38 int (*cpu_get_cb)(void); /**< Callback function to get the current CPU */