feat(demo): add Weighted FPS and Opa speed log output (#3326)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -760,6 +760,8 @@ static void generate_report(void)
|
||||
"LVGL v%d.%d.%d " LVGL_VERSION_INFO
|
||||
" Benchmark (in csv format)\r\n",
|
||||
LVGL_VERSION_MAJOR, LVGL_VERSION_MINOR, LVGL_VERSION_PATCH);
|
||||
LV_LOG("Weighted FPS: %"LV_PRIu32"\r\n", fps_weighted);
|
||||
LV_LOG("Opa. speed: %"LV_PRIu32"%%\r\n", opa_speed_pct);
|
||||
|
||||
row++;
|
||||
char buf[256];
|
||||
|
||||
Reference in New Issue
Block a user