[Haskell-cafe] ghc/profiling and very big "entries"

2012-04-18 Thread Emmanuel CHANTREAU
Hello I got this line in the profile output: COST CENTRE MODULE no.entries %time %alloc %time %alloc ticks bytes addDeductionL42s.Maths.Prover.Base 22730 2362045 1.14.65

Re: [Haskell-cafe] ghc profiling

2006-08-25 Thread Jeff Briggs
On 25/08/06, Jeff Polakow <[EMAIL PROTECTED]> wrote: However when I compile with profiling: bash-3.1$ ghc --make -auto-all -prof -O -o analysis analysis.hs Chasing modules from: analysis.hs Could not find module `Data.ByteString.Lazy.Char8': use -v to see a list of the files se

[Haskell-cafe] ghc profiling

2006-08-25 Thread Jeff Polakow
Hello,   When I compile my program without profiling:     bash-3.1$ ghc --make -auto-all -prof -O -o analysis analysis.hs     Chasing modules from: analysis.hs     Compiling Main             ( analysis.hs, analysis.o )     Linking ... everything works fine. However when I compile with profilin