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

Disable GetCpuUsage for now.

parent 57fad784
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ namespace ATxCommon
/// <returns>CPU usage in percent or -1 if an error occured.</returns>
public static int GetCpuUsage() {
// TODO: fix bug #36
return 0;
try {
Log.Trace("Querying WMI for CPU load...");
var watch = Stopwatch.StartNew();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment