Thanks,
Its okay, I can download it and see the stutters through the app in the analysis tab, under stutter.
You have some CPU stutters so there is something we can work on here:
I do not know if you have reverted the things you tried so I will mention them again with some other stuff.
Disable:
c-states,
intel speedshift & step
Hyperthreading
Enable:
4G decoding
reBAR
E cores
OS tweaks:
This app does registry tweaks and makes explaining easier:
https://github.com/SanGraphic/QuickBoost
Click the following settings:
In general tab click-
Enable exclusive Full-screen & Disable xbox Gamebar
Install timer resolution service
In advanced tab-
Disable Preemption
close app.
Enable HAGS
Open device manager > system devices
Then disable high precision event timer.
Open your registry editor.
Navigate here: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\PriorityControl
Modify Win32PrioritySeparation and set the Hex value to 2a
Close the window.
This tweak will remove CPU power saving and straight up set usage to 100% even if not being used, which needless to say increases temps.
In command prompt(admin)
Ultimate power plan:
Code: Select all
powercfg -attributes SUB_PROCESSOR 5d76a2ca-e8c0-402f-a133-2158492d58ad -ATTRIB_HIDE
Enable:
Code: Select all
powercfg -setacvalueindex scheme_current sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 1
powercfg -setactive scheme_current
Disable:
Code: Select all
powercfg -setacvalueindex scheme_current sub_processor 5d76a2ca-e8c0-402f-a133-2158492d58ad 0
powercfg -setactive scheme_current
If you use Process lasso you can assign the ultimate power plan to the game you want and balanced as default (with enabled CPU idle), that way you can save power while not playing games.
You can apply the same logic for your GPU.
Open Nvidia control panel > 3D settings.
Global settings and set power management mode to normal.
Go to the Program settings tab for your games/Val.
Power management mode to Prefer maximum Performance.
Disable low latency mode. (it only benefits when GPU bound)
Apply.
Im not sure if Valorant uses Dx11 or 12 but there is a tweak to improve Dx12 performance.
Press the win key and look for exploit protection > Programme settings.
Add Valorant, scroll down to control flow guard, tick override and toggle off.
Apply.
Additional tweak for input latency:
Open command prompt (admin)
Code: Select all
bcdedit /set tscsyncpolicy enhanced
If you want to disable:
Code: Select all
bcdedit /deletevalue tscsyncpolicy
Restart your PC.
If you want to test the input latency tweak difference you can do so while the game is running.
Submit your CapframeX results after.