如何安装性能数据助手
How to install performance data helper
我是 c++ 的新手。我正在尝试从计算机系统获取性能数据,例如 cpu 利用率、内存、电池等。
为此,我查找了建议使用 PDH 的 link 。 windows 中的性能数据助手。但是我找不到任何 link 来下载或安装 pdh.h 、 pdh.lib 或 pdh.dll 。请帮助我。
我正在使用 Visual Studios 2017。
这是获取 cpu 百分比的代码,这是我从堆栈溢出的一些问答中得到的
How to determine CPU and memory consumption from inside a process?
我明白了。你只需要在 Visual C++ 中包含这一行。
#pragma comment(lib,"pdh.lib")
我是 c++ 的新手。我正在尝试从计算机系统获取性能数据,例如 cpu 利用率、内存、电池等。 为此,我查找了建议使用 PDH 的 link 。 windows 中的性能数据助手。但是我找不到任何 link 来下载或安装 pdh.h 、 pdh.lib 或 pdh.dll 。请帮助我。
我正在使用 Visual Studios 2017。
这是获取 cpu 百分比的代码,这是我从堆栈溢出的一些问答中得到的
How to determine CPU and memory consumption from inside a process?
我明白了。你只需要在 Visual C++ 中包含这一行。
#pragma comment(lib,"pdh.lib")