mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 06:12:04 +00:00
[host] measure ready time at framebuffer publication
Exclude command queue reset and cleanup from the ready stage, and keep the wall-clock residual only as the legacy timing fallback.
This commit is contained in:
@@ -103,6 +103,9 @@ typedef struct CaptureFrame
|
||||
uint64_t captureTime;
|
||||
uint64_t postProcessTime;
|
||||
uint64_t copyTime;
|
||||
uint64_t readyTime;
|
||||
// True when Copy is an explicit stage rather than the getFrame residual.
|
||||
bool copyTimingValid;
|
||||
}
|
||||
CaptureFrame;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user