Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenGL Video Memory Usage

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.

like image 877
shartte Avatar asked Dec 26 '09 11:12

shartte


1 Answers

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.

like image 171
Thomas Zoechling Avatar answered Sep 27 '22 23:09

Thomas Zoechling