3 questions regarding profiling in ghc

Simon Peyton-Jones simonpj at microsoft.com
Fri Nov 13 03:12:43 EST 2009


| > 1) Can I profile my program if I don't have all the libraries it depends
| > on compiled with profiling?

I'm afraid not. It's one of the shortcomings of GHC's profiler, but it's hard to overcome.

Simon


More information about the Glasgow-haskell-users mailing list