threadscope

Version 0.2.14.1 revision 2 uploaded by teo.

Package meta

Synopsis
A graphical tool for profiling parallel Haskell programs.
Description

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.

Author
Satnam Singh <s.singh@ieee.org>, Simon Marlow <marlowsd@gmail.com>, Donnie Jones <donnie@darthik.com>, Duncan Coutts <duncan@well-typed.com>, Mikolaj Konarski <mikolaj@well-typed.com>, Nicolas Wu <nick@well-typed.com>, Eric Kow <eric@well-typed.com>
Bug reports
https://github.com/haskell/ThreadScope/issues
Category
Development, Profiling, Trace
Copyright
2009-2010 Satnam Singh, 2009-2011 Simon Marlow, 2009 Donnie Jones, 2011-2012 Duncan Coutts, 2011-2014 Mikolaj Konarski, 2011 Nicolas Wu, 2011 Eric Kow
Homepage
http://www.haskell.org/haskellwiki/ThreadScope
Maintainer
Simon Marlow <marlowsd@gmail.com>
Package URL
n/a
Stability
n/a

Components