OpenGL 视频内存使用情况
是否有 API 或分析器应用程序可以跟踪我的应用程序的视频内存使用情况?
我在 Windows 上使用 C++/OpenGL,但我也愿意接受其他平台上的建议。
is there an API or profiler application that can track the video memory usage of my application?
I am using C++/OpenGL on Windows, but I am open to suggestions on other platforms as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Mac OS X 上,您有OpenGL Profiler.app,它随开发人员工具一起提供(在 OS DVD 上或来自 http://developer.apple.com)
在 Windows 上,您可以尝试 gDEBugger< /a> - 一个很好的商业 OpenGL 分析工具。
On Mac OS X you have OpenGL Profiler.app, which comes with the Developer Tools (on the OS DVD or from http://developer.apple.com)
On Windows you could try gDEBugger - a good commercial OpenGL Profiling tool.