High CPU Usage #207
-
When injecting the .dll, CPU usage raises by about 20-25% compared to RDO alone on a 5900X. Is this expected behaviour? I'm using Xenos to inject. |
Beta Was this translation helpful? Give feedback.
Answered by
FIying-Scotsman
Sep 3, 2024
Replies: 1 comment 3 replies
-
I'd assume this is normal behaviour due to pointer scanning during initialisation and the pointer cache pull request not being merged in for whatever reason. Every time the menu loads it'll re-scan for the pointers instead of using cached values. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Rxann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd assume this is normal behaviour due to pointer scanning during initialisation and the pointer cache pull request not being merged in for whatever reason. Every time the menu loads it'll re-scan for the pointers instead of using cached values.