File: control

package info (click to toggle)
threadscope 0.2.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 580 kB
  • sloc: haskell: 5,440; ansic: 10; makefile: 7
file content (47 lines) | stat: -rw-r--r-- 1,607 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: threadscope
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Joachim Breitner <nomeata@debian.org>,
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-file-embed-prof,
 libghc-ghc-events-dev (>= 0.13),
 libghc-ghc-events-dev (<< 0.14),
 libghc-ghc-events-prof,
 libghc-glib-dev (<< 0.14),
 libghc-gtk-dev (>= 0.12),
 libghc-gtk-dev (<< 0.16),
 libghc-gtk-prof,
 libghc-pango-dev (<< 0.14),
 libghc-temporary-dev (>= 1.1),
 libghc-temporary-dev (<< 1.4),
Standards-Version: 4.5.0
Homepage: https://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.