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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.