Skip to content

Add support of NVIDIA DLSS4 flip-metering #440

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HugoNVDA
Copy link

  1. Adds a custom build step in PresentMon.vcxproj to compile and embed the manifest of NV DisplayDriver (DD) ETW event in the PresentMon binary.

The custom build step is currently added for x64 platform.

  1. Adds NVTraceConsumer for handling NV DD events that informs the metering of each flip.

  2. Updates the CSV output to take into account flip metering. Metrics "DisplayedTime" and "MsBetweenDisplayChange" (V1 metrics) now reflect actual flip intervals when DLSS4 flip-metering is engaged.

@HugoNVDA HugoNVDA force-pushed the DLSS4_FLIP-METERING_SUPPORT branch from fc51ff0 to 349566e Compare April 21, 2025 18:34
1. Adds a custom build step in PresentMon.vcxproj to compile and embed
   the manifest of NV DisplayDriver (DD) ETW event in the PresentMon binary.

   The custom build is currently added for x64 build only.

2. Adds NVTraceConsumer for handling NV DD events that informs the
   metering of each flip.

3. Updates the CSV output to take into account flip metering.
   Metrics "DisplayedTime" and "MsBetweenDisplayChange" (V1 metrics) now reflect actual flip intervals when DLSS4 flip-metering is engaged.
@HugoNVDA HugoNVDA force-pushed the DLSS4_FLIP-METERING_SUPPORT branch from 349566e to 9482841 Compare April 24, 2025 17:36
@HugoNVDA HugoNVDA marked this pull request as ready for review April 24, 2025 17:51
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

Successfully merging this pull request may close these issues.

1 participant