Re: Space profile

2007-07-12 Thread Neil Mitchell
Hi Duncan, I wrote that several years ago when I was trying to track down a space leak in c2hs's C parser. I should really update it to read the machine-readable profile output format (rather than the silly excuse for a parser it has currently) and cabalise it and stick it on hackage. As a not

Re: Space profile

2007-07-12 Thread Duncan Coutts
On Thu, 2007-07-12 at 11:45 +0100, Neil Mitchell wrote: > Hi Simon, > > > For my OSCON tutorial I want to throw up a picture of > > * a time profile (text I guess) > > Are you aware of the graphical profile viewer for time profiles? It's > one of the demo programs shipped with Gtk2Hs. I've attac

Re: Space profile

2007-07-12 Thread Ian Lynagh
On Thu, Jul 12, 2007 at 11:34:32AM +0100, Simon Peyton-Jones wrote: > For my OSCON tutorial I want to throw up a picture of > * a space profile (picture) I've put a representative sample of the heap profiles I had lying around here: http://urchin.earth.li/~ian/hp/ There's a .

Re: Space profile

2007-07-12 Thread Neil Mitchell
Hi Simon, For my OSCON tutorial I want to throw up a picture of * a time profile (text I guess) Are you aware of the graphical profile viewer for time profiles? It's one of the demo programs shipped with Gtk2Hs. I've attached a screen shot of the a profile run for Catch. Thanks Neil <>_

Space profile

2007-07-12 Thread Simon Peyton-Jones
For my OSCON tutorial I want to throw up a picture of * a space profile (picture) * a time profile (text I guess) of a Haskell program. I don't have any interesting-looking one to hand. Do any of you? It doesn't matter much what -- I'm not going to go into details. Thanks.