threadscope 0.2.14.1-1 source package in Ubuntu

Changelog

threadscope (0.2.14.1-1) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Remove retired developer, Joachim Breitner, from Uploaders.
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Sun, 24 Jul 2022 15:30:31 +0300

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 Pocket Published Component Section
Mantic release universe haskell
Lunar release universe haskell

Downloads

File Size SHA-256 Checksum
threadscope_0.2.14.1-1.dsc 2.3 KiB cc4a158d4408242dfaaa1dd4f1883d906325a7c71ef413d563d03c03e2eeadb3
threadscope_0.2.14.1.orig.tar.gz 81.5 KiB 38b7943500704f51be614a6c4b7e6f76cc1ba27b4b48b9c445e1d6940448d641
threadscope_0.2.14.1-1.debian.tar.xz 5.9 KiB cd481e73f10c78781acf5343eba239e7a3c7de44dfa63df4d8ba8b0156e0e624

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.