在非托管代码中创建和更新性能计数器的良好参考是什么?
我有几个应用程序需要创建和写入性能计数器。其中之一是用 C++ 编写的。目前,无法将该应用程序升级到 .NET。哪里有使用非托管代码访问性能计数器的好资源?
谢谢!
I have several apps that need to create and write to Performance Counters. One of them is written in C++. Currently, upgrading that app to .NET is not an option. Where is a good resource for accessing Performance Counters using unmanaged code?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从这里开始:http://msdn.microsoft.com /en-us/library/aa373209(v=VS.85).aspx
请注意,发布数据的方式取决于您的操作系统:http://msdn.microsoft.com/en-us/library/aa373165(v=VS.85).aspx
Start here: http://msdn.microsoft.com/en-us/library/aa373209(v=VS.85).aspx
Note that how you publish the data depends on your OS: http://msdn.microsoft.com/en-us/library/aa373165(v=VS.85).aspx