[client] wayland: measure presentation time

This commit is contained in:
Quantum
2021-05-13 22:51:45 -04:00
committed by Geoffrey McRae
parent 6da9428d85
commit e87bc3a83e
6 changed files with 133 additions and 1 deletions

View File

@@ -84,6 +84,9 @@ static bool waylandInit(const LG_DSInitParams params)
if (!waylandIdleInit())
return false;
if (!waylandPresentationInit())
return false;
if (!waylandInputInit())
return false;