threadscope 0.2.9-2 source package in Ubuntu
Changelog
threadscope (0.2.9-2) unstable; urgency=medium * Change Priority to optional. Since Debian Policy version 4.0.1, priority extra has been deprecated. * Use the HTTPS form of the copyright-format URL * Modify d/watch and Source field in d/copyright to use HTTPS * Declare compliance with Debian policy 4.1.1 * Apply patch to fix FTBFS on non-x86 (Closes: #876525) -- Ilias Tsitsimpis <email address hidden> Wed, 08 Nov 2017 16:38:51 +0200
Upload details
- Uploaded by:
- Debian Haskell Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Haskell Group
- Architectures:
- any
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
threadscope_0.2.9-2.dsc | 2.4 KiB | c7b0f15495b98c1a9dcb4e8271c0dbd32ee2e592d56c656008fcc7b59b92e635 |
threadscope_0.2.9.orig.tar.gz | 80.0 KiB | 072b83242177b4a0d059c0b0ca03f9c8e35b1ccabc838eea3103b6e9a02ad6ab |
threadscope_0.2.9-2.debian.tar.xz | 6.0 KiB | 68115a19902aa225a810780b8060f2b5542852b3690545d75fa9075e86b6eee8 |
Available diffs
- diff from 0.2.6-7 to 0.2.9-2 (14.5 KiB)
- diff from 0.2.9-1 to 0.2.9-2 (1.4 KiB)
No changes file available.
Binary packages built by this source
- threadscope: 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.