threadscope 0.2.2-2 source package in Ubuntu

Changelog

threadscope (0.2.2-2) unstable; urgency=low


  * Enable compat level 9

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:52:49 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe haskell

Downloads

File Size SHA-256 Checksum
threadscope_0.2.2-2.dsc 1.5 KiB e1a9f7b877ba30000533a942462c8b4eade7f590ec72969f6ebd78fb927a1642
threadscope_0.2.2.orig.tar.gz 77.4 KiB 8345bd2334ddec44b23b400f359d2b50ff7590102f55d4e93958c29086fa951d
threadscope_0.2.2-2.debian.tar.gz 5.1 KiB 214c66442533d4ed94593fc46b33f163e2cfbef7b7a62d64e19034be423f3746

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.