jslap
jslap

Reputation: 749

How to tell the graphic card memory usage?

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.

Upvotes: 1

Views: 1597

Answers (2)

Ewan Todd
Ewan Todd

Reputation: 7312

How about the OpenGL debugger?

Upvotes: 1

ufukgun
ufukgun

Reputation: 7219

if you use OpenSceneGraph in order to render scene, there is a stats monitor that shows the usage of GPU.

Upvotes: 0

Related Questions