性能计数器在 c# 中不起作用。我觉得是系统问题。因为,它在其他系统中运行良好。如何纠正它?它显示以下代码的错误:
Ranorex 工具的代码:
string prcName = "chrome";
PerformanceCounter counter = new PerformanceCounter("Process", "Working Set - Private",prcName)
Report.Info("MonAlbum memory", (counter.RawValue / 1024).ToString("#,##0")+" KB");
错误:
找不到具有指定类名“进程”计数器名称“工作集 - 私有”的性能计数器