Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MsBetweenPresent time 0 with XeSS FG #388

Open
DevTechProfile opened this issue Jan 12, 2025 · 0 comments
Open

MsBetweenPresent time 0 with XeSS FG #388

DevTechProfile opened this issue Jan 12, 2025 · 0 comments

Comments

@DevTechProfile
Copy link

DevTechProfile commented Jan 12, 2025

Generated frames are being logged with MsBetweenPresent time = 0 (PM v2.3.0). Tested with latest XeSS FG implementation in Marvel Rivals.

 "MsBetweenPresents": [
  19.4536,
  0.0,
  19.5659,
  0.0,
  21.2128,
  0.0,
  20.8951,
  0.0,
  20.3091,
  0.0,
  19.1364,
  0.0,
  19.233,
  0.0,
  18.9373,
  0.0,
  21.3202,
   ...

Most critical problem is that CPUStartQPCTime is equal to the previous frame. See normalized data as follows.

 "TimeInSeconds": [
   0.0,
   0.0,
   0.0195659,
   0.0195659,
   0.0407787,
   0.0407787,
   0.0616738,
   0.0616738,
   0.0819829,
   0.0819829,
   0.1011193,
   0.1011193,
   0.1203523,
   0.1203523,
   0.1392896,
   0.1392896,
   0.1606098,
   0.1606098,
   0.17934540000000002,
   0.17934540000000002,
   0.20224970000000003,
   0.20224970000000003,
   0.22074700000000003,
   0.22074700000000003,
   0.24468810000000002,
   0.24468810000000002,
   ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant