mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 00:31:31 +00:00
[common] kvmfr: report cadence hold and lead timing
This commit is contained in:
@@ -1085,6 +1085,8 @@ static void lgmp_getFrameTiming(LG_Transport * this,
|
||||
timing->postProcessTime = lease->frame->postProcessTime;
|
||||
timing->copyTime = lease->frame->copyTime;
|
||||
timing->readyTime = lease->frame->readyTime;
|
||||
timing->holdTime = lease->frame->holdTime;
|
||||
timing->readyLeadTime = lease->frame->readyLeadTime;
|
||||
LG_UNLOCK(this->frameLock);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user