ports/devel/hs-threadscope/files/patch-GUI__Main.hs
Gabor Pali 9266914f84 ThreadScope is a graphical viewer for thread profile information
generated by the Glasgow Haskell Compiler (GHC).

The ThreadScope program allows us to debug the parallel performance of
Haskell programs.  Using Threadscope we can check to see that work is
well balanced across the available processors and spot performance
issues relating to garbage collection or poor load balancing.

WWW:	http://hackage.haskell.org/package/threadscope

Obtained from:	FreeBSD Haskell
2012-02-18 22:50:19 +00:00

10 lines
315 B
Haskell

--- ./GUI/Main.hs.orig 2011-09-05 04:33:21.000000000 +0200
+++ ./GUI/Main.hs 2011-12-07 01:27:00.000000000 +0100
@@ -79,7 +79,6 @@
| EventFileReload
| EventFileExport FilePath FileExportFormat
--- | EventStateClear
| EventSetState HECs (Maybe FilePath) String Int Double
| EventShowSidebar Bool