threadscope 0.2.14.1-1ubuntu1 source package in Ubuntu

Changelog

threadscope (0.2.14.1-1ubuntu1) noble; urgency=medium

  * d/patches/relax.patch: relax build dependencies.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 25 Mar 2024 18:20:10 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
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.14.1.orig.tar.gz 81.5 KiB 38b7943500704f51be614a6c4b7e6f76cc1ba27b4b48b9c445e1d6940448d641
threadscope_0.2.14.1-1ubuntu1.debian.tar.xz 6.3 KiB f6b2523130a4d7b027874048ceed4d971ec4174bb1e4af6cff5e6b938ef1afd1
threadscope_0.2.14.1-1ubuntu1.dsc 2.4 KiB 44534f2791f71a006bce42ac4bb91d038f58bd3d6772792f6d98fbe1cffcf7d9

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.