aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-threadscope/pkg-descr
blob: cf6ff60913f938c0adad153d71ef83cca9285ec7 (plain) (blame)
1
2
3
4
5
6
7
8
9
ThreadScope is a graphical viewer for thread profile information
generated by the Glasgow Haskell Compiler (GHC).

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.

WWW: http://www.haskell.org/haskellwiki/ThreadScope