Closed WillSewell closed 8 years ago
I will try to look at this (and rebase it) soon, hopefully this week.
Thanks. I could try and rebase if you're pressed for time. Just let me know.
Ok, rebased and merged. Looks good! Thanks for doing that. Will release now.
Released version 0.2.3. Thanks once again! :)
Whoops, discovered I introduced a bug in the timeline rendering (#21). Released 0.2.4 :flushed:
Thanks! And no problem; it was about time!
Finally fixed https://github.com/well-typed/ghc-events-analyze/issues/17. Went for the first solution I came up with in that issue.
The currently running threads are now stored in
RunningThreads
which is global state across windows in an analysis. When a window is entered, all running thrads are reported as started. and when a window is stopped, all running threads are reported as stopped for that window.This does not support tracking of events that were started before a window, but stopped after a window is started. I'm not sure how valuable this would be.