threadscope 0.2.11.1-3build1 source package in Ubuntu

Changelog

threadscope (0.2.11.1-3build1) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 09:05:21 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
threadscope_0.2.11.1.orig.tar.gz 80.3 KiB 7063406df98c49985182d9fb6c7ea5c2d60329bfbfc53af8d67f0430d89841a3
threadscope_0.2.11.1-3build1.debian.tar.xz 6.3 KiB b806dea7865c8f1af4bd817302a9da663431f3bfbf1b5d39ee4c55b4f00314ff
threadscope_0.2.11.1-3build1.dsc 2.4 KiB 8d2b10f1e1baee0dadf6493135a029f6946b391c847af838466dcfc905158053

View changes file

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.