threadscope 0.2.14.1-1ubuntu2 source package in Ubuntu

Changelog

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

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:26:24 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe haskell
Noble release universe haskell

Downloads

File Size SHA-256 Checksum
threadscope_0.2.14.1.orig.tar.gz 81.5 KiB 38b7943500704f51be614a6c4b7e6f76cc1ba27b4b48b9c445e1d6940448d641
threadscope_0.2.14.1-1ubuntu2.debian.tar.xz 6.4 KiB 96ce5942408fddc2a4107c6547f146d0a85db50cf76351efcc750b40b5f939a7
threadscope_0.2.14.1-1ubuntu2.dsc 2.4 KiB ebcde1b72fb92533538520beb6900079f962e7321a2d3dcea25681bfa8d68ad0

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.