Run a JOGL application with NVPerfHUD

Hi everybody

On the Nvidia developer I saw the NVPerfHUD tool (http://developer.nvidia.com/object/nvperfhud_home.html)
and I thought it would be interesting to check my jogl application with it.

Has anybody an idea how I can run my application with NVPerfHUD?

Thanks!

NVPerfHUD is a Direct3D tool. Since it doesn’t work with OpenGL it won’t work with jogl either.

ok, next time I’ll read the specification more precisely… :slight_smile:

thanks anyway!

it is however possible to run jogl with gdebugger:
http://www.gremedy.com/products.php

First of all, sorry for necroposting

But I am very interested in this gdebugger (since it looks pretty awesome) and I’d like to ask how could I use with JoGL…

Found:

http://www.gremedy.com/tutorial/images/newprojectwizardstep2.png

You have to point an executable, that is java.exe

Choose a working directory

And exploiting the last field (Arguments) to point our jar ("-jar C:/tmp/wtf.jar")