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
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2 |
|---|---|
| Dependencies | array, base (≥4.0 & <5), binary, cairo, containers (≥0.2 & <0.6), deepseq (≥1.1), filepath, ghc-events (≥0.4.2), glib, gtk (≥0.12), mtl, pango, time (≥1.1) |
| License | BSD3 |
| Copyright | 2009-2010 Satnam Singh, 2009-2011 Simon Marlow, 2009 Donnie Jones, 2011-2012 Duncan Coutts, 2011-2012 Mikolaj Konarski, 2011 Nicolas Wu, 2011 Eric Kow |
| 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> |
| Maintainer | Simon Marlow <marlowsd@gmail.com> |
| Category | Development, Profiling, Trace |
| Home page | http://www.haskell.org/haskellwiki/ThreadScope |
| Bug tracker | http://trac.haskell.org/ThreadScope/ |
| Source repository | darcs get http://code.haskell.org/ThreadScope/ |
| Executables | threadscope |
| Upload date | Fri Nov 2 20:54:01 UTC 2012 |
| Uploaded by | MikolajKonarski |
| Distributions | NixOS: 0.2.2, Debian: 0.2.2, FreeBSD: 0.2.2 |
Downloads
- threadscope-0.2.2.tar.gz (Cabal source package)
- package description (included in the package)