Re: [Haskell-cafe] Profiling Gtk2HS applications

2006-06-07 Thread Duncan Coutts
On Wed, 2006-06-07 at 23:58 +, Dmitry V'yal wrote: > Hello. > > How can one profile a program which uses gtk2hs? > I get this: At the moment the Gtk2Hs build system does not support building a profiling version. This should change when the move to using Cabal, however that may be some time. S

[Haskell-cafe] Profiling Gtk2HS applications

2006-06-07 Thread Dmitry V'yal
Hello. How can one profile a program which uses gtk2hs? I get this: $ ghc --make MainGui.hs -prof Chasing modules from: MainGui.hs Could not find module `Graphics.UI.Gtk.Mogul': use -v to see a list of the files searched for (imported from ./TreeViewHelpers.hs) I tried to specify gtk2hs sour