[HOpenGL] HOpenGL profiling problem

Andre W B Furtado awfurtado@uol.com.br
Sun, 18 Nov 2001 04:52:53 -0200


When I use profiling with HOpenGL, the <prog.prof> file is empty (0 bytes)
unless I change "mainLoop" for "return ()" in <prog.hs>. Obviously, this
program will terminate just after the window is created.

Does anyone know the reason for this? (I'm using HOpenGL-1.01, GHC-5.02.1
under Windows98 + cygwin).

-- Andre