Denis Drakhnia
Denis Drakhnia
@mittorn The core idea is to be able to connect to a server through a web browser. Suppose there will be some website with a list of all servers from...
https://github.com/flightlessmango/MangoHud/commit/7a532bf55ea7ab30cac9ba477a62f5dadd887a1f It looks like reading `power1_average` is causing the stutters.
``` ❯ hyperfine -N -L P /sys/class/drm/card0/device/hwmon/hwmon2 'cat {P}/power1_cap' 'cat {P}/power1_average' Benchmark 1: cat /sys/class/drm/card0/device/hwmon/hwmon2/power1_cap Time (mean ± σ): 1.4 ms ± 0.2 ms [User: 0.8 ms, System: 0.3 ms]...
@otroof You can use 0.8.0 while the issue is not fixed or compile MangoHud with a patch to revert changes: ```patch diff --git a/src/amdgpu.cpp b/src/amdgpu.cpp index c566b55..88f7e41 100644 --- a/src/amdgpu.cpp...