mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
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
10 lines
315 B
Haskell
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
|