Login  Register

Possible to Profile OpenGL When Using JOGL?

Posted by farrellf on Nov 06, 2016; 8:17am
URL: https://forum.jogamp.org/Possible-to-Profile-OpenGL-When-Using-JOGL-tp4037383.html

Is it possible to use any of the OpenGL profilers with JOGL/Java programs? I've looked into apitrace, gDebugger and CodeXL. None of them work for me. I wonder if maybe the JVM/JNI stuff is getting in the way and causing problems?

I can provide more details if needed, but just wonder if profiling is even possible with JOGL. I want to profile my code to help with benchmarking / finding bottlenecks / confirming improvements.

If it makes any difference: I'm using JOGL 2.3.2, with Java 8, in Windows 10, with a GTX1080. I'm using Launch4j to wrap my JAR file in an EXE.

Thanks,
-Farrell