diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 06:50:19 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 06:50:19 +0800 |
commit | f6b3c87ef6b9aef87d3a3789accf70a933242097 (patch) | |
tree | 062dc789989bade1120e733d181a5b69bfb67c44 /lang | |
parent | 95d0479dda1c86a0c3e81cfa072d26dc6eba6616 (diff) | |
download | freebsd-ports-gnome-f6b3c87ef6b9aef87d3a3789accf70a933242097.tar.gz freebsd-ports-gnome-f6b3c87ef6b9aef87d3a3789accf70a933242097.tar.zst freebsd-ports-gnome-f6b3c87ef6b9aef87d3a3789accf70a933242097.zip |
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.
WWW: http://hackage.haskell.org/package/threadscope
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 80c33f3257e5..226b51388056 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -255,6 +255,7 @@ test-framework-quickcheck2_port= devel/hs-test-framework-quickcheck2 testpack_port= devel/hs-testpack texmath_port= textproc/hs-texmath # executable text_port= devel/hs-text +threadscope_port= devel/hs-threadscope # executable tls_port= security/hs-tls tls-extra_port= security/hs-tls-extra transformers_port= devel/hs-transformers |