threadscope: A graphical tool for profiling parallel Haskell programs.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
[Skip to Readme]
Properties
Versions | 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, 0.2.14.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | array (<0.6), base (>=4.10 && <5), binary (<0.11), bytestring (<0.12), cairo (<0.14), containers (>=0.2 && <0.7), deepseq (>=1.1), file-embed (<0.1), filepath (<1.5), ghc-events (>=0.13 && <0.16), glib (<0.14), gtk (>=0.12 && <0.16), mtl (<2.3), pango (<0.14), template-haskell (<2.17), temporary (>=1.1 && <1.4), text (<1.3), time (>=1.1 && <1.12), unix (>=2.3 && <2.8) [details] |
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 <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 | https://github.com/haskell/ThreadScope/issues |
Source repo | head: git clone git@github.com:haskell/ThreadScope.git |
Uploaded | by MitsutoshiAoe at 2021-01-09T00:28:20Z |
Downloads
- threadscope-0.2.14.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees