[Haskell-cafe] how to profile my code

Tom Ellis tom-lists-haskell-cafe-2017 at jaguarpaw.co.uk
Mon Sep 30 18:34:48 UTC 2019


On Fri, Sep 27, 2019 at 08:30:45AM +0000, PICCA Frederic-Emmanuel wrote:
> Hello, I would like to profile my code in order to find what is wrong with it.
> 
> But If I use the Strict Extension in one of my file[1], this amount of
> time reduce drastically

Have you tried the StrictData extensions instead?  That will help you
discover whether it's just your data types that need strict fields or
whether something else worse is going on.

Tom



More information about the Haskell-Cafe mailing list