ThreadScope
ThreadScope copied to clipboard
A graphical tool for profiling parallel Haskell programs
haskell-gi seems to be better maintained than gtk2hs is. I think we should consider switching to haskell-gi. There are some questions: * Is cross-platform support of haskell-gi good enough? In...
Prior to this change, the application will show up as "Threadscope" (lower-case "s") instead of "ThreadScope" in GNOME shell (e.g. Ubuntu). This change makes the capitalization of the application name...
**Original reporter**: _jan.stolarek@_ When I enable detailed spark logging via -lf flag I end up with huge eventlog files (130MB). Attempting to load these into ThreadScope practically kills my OS...
Intel VTune have similar profiling information which is helping to find places where not all available cores (HECs) are used. The idea is to use tri-color/semaphore (red, yellow, green) to...
Here is a screenshot on HiDPI screen on Ubuntu:  The icons are tiny, which can be fixed by migrating to GTK+3. Also the cairo canvas needs...
Feature request It'll be great if time between: "HEC YY: stopping thread ZZZZZ (making a foreign call)" and "HEC YY: running thread ZZZZZ" where YY and ZZZZZ are same between...
minor but I thought it may be worth mentioning: 8.2.2 and I believe 8.2.1 ship with cabal 2.0 But threadscope uses cabal 1.24.2 Would it be possible to fix so...
It requires a careful look at the code, but it may be wrong, because it was mimicking old GHC code and there apparently was a bug in that code: https://ghc.haskell.org/trac/ghc/ticket/12424
Hello! I'm working through Simon Marlow's Parallel Haskell book and am having issues with Threadscope. I've got a 1.2 MB eventlog file (sudoku3.eventlog) and can open it in Threadscope fine....
When I enable "event labels" using view menu, all the HECs are not fitting in my screen, but vertical scrollbar is not allowing me to scroll down to see other...