We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9761c commit 9094798Copy full SHA for 9094798
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Revision history for threadscope
2
3
+## 2017-09-02 - v0.2.9
4
+
5
+* Render GC waiting periods in light orange (#70)
6
+* Fix inappropriate calling convention on Windows x86 (#71)
7
+* Enable GitHub Releases (#75)
8
9
## 2017-07-17 - v0.2.8
10
11
* Add macOS support (#56)
threadscope.cabal
@@ -1,5 +1,5 @@
Name: threadscope
-Version: 0.2.8
+Version: 0.2.9
Category: Development, Profiling, Trace
Synopsis: A graphical tool for profiling parallel Haskell programs.
Description: ThreadScope is a graphical viewer for thread profile
0 commit comments