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.
$
pkg install hs-threadscopeOrigin
devel/hs-threadscope
Size
26.8MiB
License
BSD3CLAUSE
Maintainer
haskell@FreeBSD.org
Dependencies
12 packages
Required by
0 packages