views:

353

answers:

2

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.

A: 

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

ufukgun
+1  A: 

How about the OpenGL debugger?

Ewan Todd
You are right, I've always see this software as a debugger; but it can be use as a monitor too: Thanks.
jslap