mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client] metrics: correlate Wayland presentation timing
This commit is contained in:
@@ -148,7 +148,8 @@ typedef struct LG_RendererFrameTiming
|
||||
uint64_t effectsTime; /* post-processing work */
|
||||
uint64_t desktopTime; /* desktop work, excluding effects */
|
||||
uint64_t composeTime; /* composition, excluding UI overlay */
|
||||
uint64_t swapTime; /* display-server buffer swap */
|
||||
uint64_t swapTime; /* actual EGL buffer swap */
|
||||
bool presentTracked; /* presentation feedback expected */
|
||||
}
|
||||
LG_RendererFrameTiming;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user