forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
9 lines
438 B
Text
9 lines
438 B
Text
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://www.haskell.org/haskellwiki/ThreadScope
|