Home
last modified time | relevance | path

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

/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c665 int32_t total_avg_fps = 0; in summary_create() local
700 total_avg_fps += scenes[i].fps_avg / cnt; in summary_create()
715 … lv_table_set_cell_value_fmt(table, 1, 2, "%"LV_PRIu32" FPS", total_avg_fps / valid_scene_cnt); in summary_create()
724 total_avg_fps / valid_scene_cnt, in summary_create()