Go to the first, previous, next, last section, table of contents.

Profiling Haskell programs

Glasgow Haskell comes with a time and space profiling system. Its purpose is to help you improve your understanding of your program's execution behaviour, so you can improve it.

Any comments, suggestions and/or improvements you have to are welcome. Recommended "profiling tricks" would be especially cool!


Go to the first, previous, next, last section, table of contents.