如何判断显卡显存使用情况?
我的应用程序似乎很慢,但就 CPU 和 RAM 而言,似乎还可以。所以,我想知道我正在使用多少显卡内存。我在 SO 上看到过一些有关此问题的问题,但他们谈论的是 Linux 或 NVidia。我想了解 Windows 上 ATI 卡的信息。
谢谢。
My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I've seen some questions about this on SO, but they talk about Linux or NVidia. I would like to have this information for ATI cards on Windows.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
OpenGL 调试器怎么样?
How about the OpenGL debugger?
如果您使用 OpenSceneGraph 来渲染场景,则会有一个统计监视器显示 GPU 的使用情况。
if you use OpenSceneGraph in order to render scene, there is a stats monitor that shows the usage of GPU.