Skip to content
Snippets Groups Projects
Commit d30d3e99 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Rename QueryCpuLoad to WmiQueryCpuLoad.

parent 30ed7d61
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ namespace ATxDiagnostics ...@@ -46,7 +46,7 @@ namespace ATxDiagnostics
} }
} }
private static int QueryCpuLoad() { private static int WmiQueryCpuLoad() {
Log.Trace("Querying WMI for CPU load..."); Log.Trace("Querying WMI for CPU load...");
var watch = Stopwatch.StartNew(); var watch = Stopwatch.StartNew();
var queryString = "SELECT Name, PercentProcessorTime " + var queryString = "SELECT Name, PercentProcessorTime " +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment