Re: OpenGL profiling with JOGL
Posted by
Sven Gothel on
Mar 27, 2012; 12:45am
URL: https://forum.jogamp.org/OpenGL-profiling-with-JOGL-tp3859862p3859979.html
On 03/27/2012 01:46 AM, nicholas_yue [via jogamp] wrote:
>
>
> Hi,
>
> What are the OpenGL performance profiling tools suitable for use with JOGL
> ? gDebugger ?
How about simply using visualvm ?
Since it will give you all the function call costs incl. OpenGL.
It helped me in many cases, profiling or sampling mode.
You may also try out the visualvm 'trace' plugins .. "Tool.Plugins",
which can be installed right from visualvm itself.
++
Of course .. it cannot give you OpenGL specific 'hints'.
I mentioned another proprietary tools from NVidia and IMG here on the forum,
but they are for OpenGL ES only.
~Sven
>
> Regards