threadscope 0.1.3-1 source package in Ubuntu

Changelog

threadscope (0.1.3-1) unstable; urgency=low

  * Team upload.

  [ Marco Silva ]
  * Use ghc instead of ghc6

  [ Giovanni Mascellani ]
  * New upstream release (closes: #628250).
  * Standards-Version bumped to 3.9.2 (no changes required).
  * debian/copyright: missing copyright holder added.
  * debian/*: updating hardcoded version numbers.
  * debian/control: short description put in nominal form.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  29 May 2011 08:08:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
threadscope_0.1.3.orig.tar.gz 39.6 KiB 30de2e25dce59951b071e4a02547105b9402d88485bbdff976d3e64d841953ed
threadscope_0.1.3-1.debian.tar.gz 5.1 KiB a85c78b177c569dcee4499eb9b66d9bb405d875208f292325298d200f589362e
threadscope_0.1.3-1.dsc 1.5 KiB 36cb8f319cf9208acb1425a0a05c9aff4cbba83abf093bdefadf9e8fafe599cf

Available diffs

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.