[Haskell-cafe] Profiling Gtk2HS applications

Dmitry V'yal akamaus at gmail.com
Wed Jun 7 19:58:06 EDT 2006


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 source path using -i option with no success.


More information about the Haskell-Cafe mailing list