threadscope: A graphical tool for profiling parallel Haskell programs.

[ bsd3, development, profiling, program, trace ] [ Propose Tags ] [ Report a vulnerability ]

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

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 (<0.6), base (>=4.6 && <5), binary (<0.10), cairo (<0.14), containers (>=0.2 && <0.6), deepseq (>=1.1), filepath (<1.5), ghc-events (>=0.5 && <0.7), glib (<0.14), gtk (>=0.12 && <0.15), gtk-mac-integration, mtl (<2.3), pango (<0.14), text (<1.3), time (>=1.1 && <1.9), unix (>=2.3 && <2.8) [details]
Tested with ghc ==7.6.3, ghc ==7.8.3, ghc ==7.10.2, ghc ==8.0.2, ghc ==8.2.1
License BSD-3-Clause
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
Author Satnam Singh <[email protected]>, Simon Marlow <[email protected]>, Donnie Jones <[email protected]>, Duncan Coutts <[email protected]>, Mikolaj Konarski <[email protected]>, Nicolas Wu <[email protected]>, Eric Kow <[email protected]>
Maintainer Simon Marlow <[email protected]>
Category Development, Profiling, Trace
Home page http://www.haskell.org/haskellwiki/ThreadScope
Bug tracker https://github.com/haskell/ThreadScope/issues
Source repo head: git clone [email protected]:haskell/ThreadScope.git
Uploaded by MitsutoshiAoe at 2017-07-17T04:35:25Z
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]
Last success reported on 2017-07-17 [all 3 reports]