Threadscope: Performance Tuning Parallel Haskell Programs

Established: November 20, 2009

The Threadscope program allows us to debug the parallel performance of Haskell programs. Using Threadscope we can check to see that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.

The main page for ThreadScope has moved: http://www.haskell.org/haskellwiki/ThreadScope (opens in new tab)