Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何使用 Visual C++ 测量总 CPU 使用率吗?我还需要一种测量内存使用情况的方法。
更新 我只需要这样的东西:
请帮忙!
谢谢
我找到了使用 Visual c++ performanceCounter 控件的解决方案。
谢谢!