I have try using the profile model on a pygtk app. It does not give me any output. I have tried command line 'python -mprofile menu.py' where menu.py is the app that I want to profile. If I try the same thing on just a simple python program I get the profiling data print on console. Is there something that need to be done to make the profiler work with pygtk ?