ThreadScope
ThreadScope copied to clipboard
A graphical tool for profiling parallel Haskell programs
Mac binary
Mac binary v0.2.11.1 causes the following error: ``` % ./threadscope.osx dyld: Library not loaded: /usr/local/opt/gtk-mac-integration/lib/libgtkmacintegration-gtk2.2.dylib Referenced from: /Users/kazu/./threadscope.osx Reason: image not found zsh: abort ./threadscope.osx ``` Is it possible to...
This build upon https://github.com/haskell/ThreadScope/pull/129 to add support for 9.6 and 9.8 as well.
I am wondering if the upper bound versioning check is being too strict.
ThreadScope restricts ghc-events to >=0.13 && = 0.16. This should be relaxed, so installing from hackage is possible again.
Whilst trying to import a rather large eventlog (https://glitchbra.in/flora-cli.eventlog), I get this message and nothing more: ``` findRunThreadTime for Event {evTime = 54752927, evSpec = RunThread {thread = 16917}, evCap...
The attempt to build was made on Ubuntu 21.10 using stack and the current state of ThreadScope master branch. commit d70f45eb1d6a5dab13d4ea338d58d91389b77bd4 ``` cairo > configure cairo > [1 of 2]...
Trying to sue current version on Windows, when invoking from CLI i don't get any response, neither while using eventlog file nor with `./threadscope.exe --test ch8` Windows version: 21H1 GHC...
I have ghc 8.10.1 so surprised by: >stack build threadscope Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for Cabal-2.0.1.1: containers-0.6.2.1 from stack configuration...
1. No Windows binaries available as indicated on the HaskelWiki ThreadScope page (and link): [ThreadScope](https://wiki.haskell.org/ThreadScope) https://wiki.haskell.org/ThreadScope ...which points here: [v0.2.11.1](https://github.com/haskell/ThreadScope/releases) https://github.com/haskell/ThreadScope/releases 2. Building from source fails to build Cairo, GTK,...
I'm having trouble opening event logs with the threadscope 0.2.11 Windows binary. Using GHC 8.6.5.  I followed the instructions here to set up. https://github.com/haskell/ThreadScope/issues/52. My threadscope.exe is in the...