Home
last modified time | relevance | path

Searched refs:perf (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c285 const lv_sysmon_perf_info_t * perf = lv_subject_get_pointer(subject); in perf_observer_cb() local
293 perf->calculated.fps, perf->measured.refr_cnt, perf->measured.render_cnt, in perf_observer_cb()
294perf->calculated.refr_avg_time, perf->calculated.render_avg_time, perf->calculated.flush_avg_time, in perf_observer_cb()
295 perf->calculated.cpu); in perf_observer_cb()
301 perf->calculated.fps, perf->calculated.cpu, in perf_observer_cb()
302 perf->calculated.render_avg_time + perf->calculated.flush_avg_time, in perf_observer_cb()
303 perf->calculated.render_avg_time, perf->calculated.flush_avg_time in perf_observer_cb()
/lvgl-latest/scripts/
Dchangelog-template.hbs47 {{#commit-list merges heading='' message='^perf' exclude='BREAKING CHANGE'}}
50 {{#commit-list commits heading='' message='^perf' exclude='BREAKING CHANGE'}}
53 {{#commit-list fixes heading='' message='^perf' exclude='BREAKING CHANGE'}}
112 {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
115 {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
118 {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c296 const lv_sysmon_perf_info_t * perf = lv_subject_get_pointer(subject); in perfmon_data_cb() local
302 …lv_label_set_text_fmt(lab1, "%"PRIu32" FPS, %"PRIu32"%% CPU", perf->calculated.fps, perf->calculat… in perfmon_data_cb()
303 …lv_label_set_text_fmt(lab2, "Refresh: %"PRIu32"ms", perf->calculated.render_avg_time + perf->calcu… in perfmon_data_cb()
304 …lv_label_set_text_fmt(lab3, "Render / Flush: %"PRIu32"ms / %"PRIu32"ms", perf->calculated.render_a… in perfmon_data_cb()
305 perf->calculated.flush_avg_time); in perfmon_data_cb()
/lvgl-latest/docs/
DCHANGELOG.rst166 - **perf(draw): skip empty draw tasks** `6720 <https://github.com/lvgl/lvgl/pull/6720>`__
167 - **perf(vg_lite): use DST_IN blending mode to improve rounded corner cropping performance** `6623 …
168 - **perf(array): optimize array remove / erase function performance** `6544 <https://github.com/lvg…
169 - **perf(vg_lite): add stroke path cache to improve drawing performance** `6502 <https://github.com…
170 - **perf(array): optimize array push back function performance** `6431 <https://github.com/lvgl/lvg…
171 - **perf(qrcode): improve drawing speed** `6475 <https://github.com/lvgl/lvgl/pull/6475>`__
172 - **perf(lottie): remove lottie canvas quadratic premultiplication.** `6358 <https://github.com/lvg…
173 - **perf(vg_lite): invert the vector font Y axis coordinate in advance** `6353 <https://github.com/…
174 - **perf(obj): return directly if parent is unchanged** `6283 <https://github.com/lvgl/lvgl/pull/62…
175 - **perf(theme): optimize the order of function calls** `5971 <https://github.com/lvgl/lvgl/pull/59…
[all …]
DCONTRIBUTING.rst115 - ``perf`` changes that affect the performance