Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top