[Haskell-cafe] Unable to profile program using Data.ByteString.Lazy

Donald Bruce Stewart dons at cse.unsw.edu.au
Sun Sep 24 22:06:27 EDT 2006


lists:
> Donald Bruce Stewart wrote:
> >Probably you didn't build fps with profiling as well? You can rebuild
> >fps with:
> >    runhaskell Setup.hs configure -p 
> >as the first step.
> >
> >-- Don
> >  
> 
> Thanks, I'll try it. Does that mean when I want to optimize my program, 
> I'll need to rebuild fps without profiling?
> 
> - Lyle

If you build a cabalised project with the -p flag to configure, you get
both the profiled and normal versions. You won't need to rebuild after
that.

-- Don


More information about the Haskell-Cafe mailing list