summaryrefslogtreecommitdiff
path: root/p/threadscope/debian/control
blob: 736c08f456d7f33fd27d3e4561cf3a0342e4ad2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: threadscope
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.8.13),
 ghc,
 libghc-mtl-dev,
 libghc-ghc-events-dev (>= 0.4.2),
 libghc-cairo-dev,
 libghc-gtk-dev (>= 0.12),
 libghc-cairo-dev,
 libghc-glib-dev,
 libghc-pango-dev
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/threadscope
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/threadscope
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/threadscope

Package: threadscope
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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.