threadscope: A graphical tool for profiling parallel Haskell programs.
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.
Downloads
- threadscope-0.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.10, 0.2.11, 0.2.11.1, 0.2.12, 0.2.13, 0.2.14, 0.2.14.1 |
---|---|
Dependencies | array, base (>=4.0 && <5), binary, cairo, containers (>=0.2 && <0.5), filepath, ghc-events (>=0.3 && <0.4), glib, gtk (>=0.12), mtl, pango, unix (>=2.3 && <2.6) [details] |
License | BSD-3-Clause |
Copyright | 2009-2010 Satnam Singh, 2009-2011 Simon Marlow, 2009 Donnie Jones, 2011 Duncan Coutts, 2011 Mikolaj Konarski |
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.konarski@gmail.com> |
Maintainer | Satnam Singh <s.singh@ieee.org> |
Category | Development, Profiling, Trace |
Bug tracker | http://trac.haskell.org/ThreadScope/ |
Source repo | head: darcs get http://code.haskell.org/ThreadScope/ |
Uploaded | by DuncanCoutts at 2011-09-05T02:34:59Z |
Distributions | Debian:0.2.13, FreeBSD:0.2.7, NixOS:0.2.14.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | threadscope |
Downloads | 19444 total (29 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-27 [all 6 reports] |