Skip to content

Commit

Permalink
Update SystemInfoHelper.Windows.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laolarou726 committed Nov 14, 2023
1 parent 4da9da7 commit 9f31142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public static MemoryInfo GetWindowsMemoryStatus()
/// <returns></returns>
public static CPUInfo GetWindowsCpuUsage()
{
var percentage = CpuCounter.NextValue() / Environment.ProcessorCount * 100;
var percentage = CpuCounter.NextValue();

return new CPUInfo
{
Expand Down

0 comments on commit 9f31142

Please sign in to comment.