diff --git a/ProjBobcat/ProjBobcat/Platforms/Windows/SystemInfoHelper.Windows.cs b/ProjBobcat/ProjBobcat/Platforms/Windows/SystemInfoHelper.Windows.cs index 1aba8dd..0a4e67a 100644 --- a/ProjBobcat/ProjBobcat/Platforms/Windows/SystemInfoHelper.Windows.cs +++ b/ProjBobcat/ProjBobcat/Platforms/Windows/SystemInfoHelper.Windows.cs @@ -230,7 +230,7 @@ public static MemoryInfo GetWindowsMemoryStatus() /// public static CPUInfo GetWindowsCpuUsage() { - var percentage = CpuCounter.NextValue() / Environment.ProcessorCount * 100; + var percentage = CpuCounter.NextValue(); return new CPUInfo {