
27 Jul
2007
27 Jul
'07
7:11 p.m.
Is there a memory profiler for Haskell? -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. OCaml for Scientists http://www.ffconsultancy.com/products/ocaml_for_scientists/?e

27 Jul
27 Jul
7:25 p.m.
On Sat, Jul 28, 2007 at 12:11:31AM +0100, Jon Harrop wrote:
Is there a memory profiler for Haskell?
Yes. GHC, NHC and HBC all have integrated heap profilers. ghc --make -prof -auto-all ... ./MyProgram +RTS -hc -RTS ./MyProgram +RTS -hm -RTS ./MyProgram +RTS -hd -RTS ./MyProgram +RTS -hy -RTS ... http://haskell.org/ghc/dist/current/docs/users_guide/prof-heap.html Stefan
6508
Age (days ago)
6508
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jon Harrop
-
Stefan O'Rear