threadscope-0.2.0: A graphical tool for profiling parallel Haskell programs.

The threadscope package

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.

Properties

Versions0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1
Dependenciesarray, base (≥4.0 & <5), binary, cairo, containers (≥0.2 & <0.5), filepath, ghc-events (0.3.*), glib, gtk (≥0.12), mtl, pango
LicenseBSD3
Copyright2009-2010 Satnam Singh, 2009-2011 Simon Marlow, 2009 Donnie Jones, 2011 Duncan Coutts, 2011 Mikolaj Konarski
AuthorSatnam Singh <s.singh@ieee.org>, Simon Marlow <marlowsd@gmail.com>, Donnie Jones <donnie@darthik.com>, Duncan Coutts <duncan@well-typed.com>, Mikolaj Konarski <mikolaj.konarski@gmail.com>
MaintainerSatnam Singh <s.singh@ieee.org>
CategoryDevelopment, Profiling, Trace
Bug trackerhttp://trac.haskell.org/ThreadScope/
Source repositorydarcs get http://code.haskell.org/ThreadScope/
Executablesthreadscope
Upload dateMon Sep 5 02:34:59 UTC 2011
Uploaded byDuncanCoutts
DistributionsNixOS: 0.2.1, Debian: 0.2.1, FreeBSD: 0.2.1

Downloads