Profiling PyOpenGL

Georg Bisseling Georg.Bisseling at pallas.com
Thu Oct 11 10:05:36 EDT 2001


[sent by email and posted via news]

" Kerim Borchaev ( WarKiD )" wrote:
> 
> Hello python-list,
> 
> why can't I profile PyOpenGL application using profile module?

> glutMainLoop()

> but it prints nothing unless I remove glutMainLoop call.


Because glutMainLoop() is an endless
loop as long as you do not close the
window.



More information about the Python-list mailing list