Paketname | threadscope |
Beschreibung | a graphical thread profiler for Haskell programs |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.1.2-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 6760 Byte |
Hängt ab von | libatk1.0-0 (>= 1.29.3), libc6 (>= 2.3.6-6~), libcairo2 (>= 1.6.0), libffi5 (>= 3.0.4), libfontconfi |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | |
Paketgröße | 1481960 Byte |
Prüfsumme MD5 | fe1889cec1ae400f7bb23ee23b56dcf2 |
Prüfsumme SHA1 | 6c822bc33f2810d7737131c8610ae48bff759f37 |
Prüfsumme SHA256 | 74a61fdeeb1b57056e0bb9d6fc61cedb492a26dc63a4f4e466341fead2d51731 |
Link zum Herunterladen | threadscope_0.1.2-1_i386.deb |
Ausführliche Beschreibung | 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.
|