threadscope 0.2.6-2 source package in Ubuntu

Changelog

threadscope (0.2.6-2) unstable; urgency=medium

  * Upload to unstable

 -- Joachim Breitner <email address hidden>  Mon, 27 Apr 2015 11:56:04 +0200

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

Downloads

File Size SHA-256 Checksum
threadscope_0.2.6-2.dsc 2.1 KiB 456f60f70afb40a9352c4a8bda056a54b01a99ddc097da76820c4ff69b160c16
threadscope_0.2.6.orig.tar.gz 78.0 KiB ca3b3a8f57315f47f7f6787e5d92ca26c216fb67562192ae37a8cb37dceecc5f
threadscope_0.2.6-2.debian.tar.xz 5.0 KiB e8ad43623c5661087750864a8e8f738e42bbc9e46a0bc3a7519a8c2b508720b1

Available diffs

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.