GPU Monitor over 100% #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i think the gpu usage was over 100% looks unnatural
Reproduce:
must have 2 gpus (igpu and egpu)Picture:

update:
i think it was a script error
It definitely looks like an incorrect implementation of the
UsageMonitorplugin by me. I do not own a device with multiple GPUs, so this issue went unnoticed. The official UsageMonitor documentation implies a problem with summation vs. average of the resource values, but I will have to rely on you to confirm the below solution works as intended.Try changing the following value in
BlueArchive\template\resources.incin Line 62 (under a section titled[GPUUsage]):Index=0toIndex=-1The new
-1value should fix the overflowing display value by taking the average of all detected GPUs' usage percentage instead of their sum. However, keep in mind that the value might still be different from Task Manager's value according to this thread on the Rainmeter Forums; the difference unfortunately cannot be resolved, but should be small enough to be negligible.You may want to change the value of
Indexof the CPU measurement in the same manner as well, located on Line 48 in section[CPUUsage].Let me know if it works so I know to apply this change in a clean-up patch for the suite.
neat! i fixed the bug!
