threadscope 0.2.13-1build1.1 source package in Ubuntu
Changelog
threadscope (0.2.13-1build1.1) impish; urgency=medium * No-change rebuild for libffi soname change. -- Matthias Klose <email address hidden> Sat, 11 Sep 2021 06:55:05 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- haskell
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
threadscope_0.2.13.orig.tar.gz | 81.1 KiB | 835418a0f319811a9f102957237e966bdcb7618091ec1ddb36bb8e9e5f35adf8 |
threadscope_0.2.13-1build1.1.debian.tar.xz | 6.1 KiB | f036bd061de48308fff3b6ead76d0627f141297043198d35abf90e01578881af |
threadscope_0.2.13-1build1.1.dsc | 2.5 KiB | 012fd81eed561e4fd7f58f5a53437dacdaf8acdb3599ad6108617f7cc684ff46 |
Available diffs
- diff from 0.2.13-1build1 to 0.2.13-1build1.1 (328 bytes)
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.