We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ccd9e commit 46a7355Copy full SHA for 46a7355
IntelPresentMon/PresentMonMiddleware/ConcreteMiddleware.cpp
@@ -884,7 +884,7 @@ static void ReportMetricsHelper(
884
// If the simulation start time is less than the last displayed simulation start time it means
885
// we are transitioning to app provider events.
886
if (simStartTime > chain->mLastDisplayedSimStartTime) {
887
- metrics.mAnimationError = pmSession.TimestampDeltaToMilliSeconds(screenTime - chain->mLastDisplayedScreenTime,
+ metrics.mAnimationError = pmSession.TimestampDeltaToMilliSeconds(screenTime - chain->mLastDisplayedAppScreenTime,
888
simStartTime - chain->mLastDisplayedSimStartTime);
889
chain->mAnimationError.push_back(std::abs(metrics.mAnimationError));
890
}
0 commit comments