Source: threadscope Maintainer: Debian Haskell Group Uploaders: Joachim Breitner , Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: cdbs, debhelper (>= 10), haskell-devscripts (>= 0.13), ghc (>= 8.4.3), libghc-cairo-dev (<< 0.14), libghc-file-embed-dev (<< 0.1), libghc-ghc-events-dev (>= 0.5), libghc-ghc-events-dev (<< 0.9), libghc-glib-dev (<< 0.14), libghc-gtk-dev (>= 0.12), libghc-gtk-dev (<< 0.15), libghc-pango-dev (<< 0.14), libghc-temporary-dev (>= 1.1), libghc-temporary-dev (<< 1.4), Standards-Version: 4.1.4 Homepage: http://hackage.haskell.org/package/threadscope Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/threadscope Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/threadscope] Package: threadscope Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Provides: ${haskell:Provides}, Description: graphical thread profiler for Haskell programs Threadscope is a graphical thread profiler for Haskell programs. It parses and displays the content of .eventlog files emitted by the GHC 6.12.1 and later runtimes, showing a timeline of spark creation, spark-to-thread promotions and garbage collections. . This helps debugging the parallel performance of Haskell programs, making easier to check that work is well balanced across the available processors and spot performance issues relating to garbage collection or poor load balancing.